File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ buildscript {
2121 ' targetSdk' : 34 ,
2222 ' buildTools' : ' 34.0.0' ,
2323 ' multidex' : ' 2.0.1' ,
24- ' dynamic' : ' 4.4.8 ' ,
24+ ' dynamic' : ' 4.5.0 ' ,
2525 ' fragment' : ' 1.5.6' ,
2626 ' flexbox' : ' 3.0.0' ,
27- ' kotlin' : ' 1.8.0 ' ,
28- ' locale' : ' 2.3.1 ' ,
27+ ' kotlin' : ' 1.8.22 ' ,
28+ ' locale' : ' 2.4.0 ' ,
2929 ' material' : ' 1.10.0-alpha04' ,
30- ' preferences' : ' 2.2.3 ' ,
30+ ' preferences' : ' 2.3.0 ' ,
3131 ' swiperefresh' : ' 1.1.0' ,
3232 ' theme' : ' 4.4.1' ,
3333 ' toasts' : ' 4.1.3' ,
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2018-2022 Pranav Pandey
2+ * Copyright 2018-2023 Pranav Pandey
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -44,6 +44,8 @@ android {
4444}
4545
4646dependencies {
47+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ versions.kotlin} " ))
48+
4749 api " com.pranavpandey.android:dynamic-utils:${ versions.dynamic} "
4850 api " com.pranavpandey.android:dynamic-theme:${ versions.theme} "
4951 api " com.pranavpandey.android:dynamic-locale:${ versions.locale} "
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2018-2022 Pranav Pandey
2+ * Copyright 2018-2023 Pranav Pandey
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -58,6 +58,8 @@ android {
5858}
5959
6060dependencies {
61+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ versions.kotlin} " ))
62+
6163 implementation project(' :dynamic-support' )
6264 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlin} "
6365 implementation " androidx.multidex:multidex:${ versions.multidex} "
You can’t perform that action at this time.
0 commit comments