|
1 | 1 | [versions] |
2 | 2 | androidGradlePlugin = "8.13.2" |
3 | | -kotlin = "2.2.21" # When changes, update also kotlinAndroid.kt |
4 | | -ksp = "2.3.3" |
| 3 | +kotlin = "2.3.0" # When changes, update also kotlinAndroid.kt |
| 4 | +ksp = "2.3.4" |
5 | 5 | androidxActivity = "1.11.0" # Don't update |
6 | 6 | androidxAnnotation = "1.9.1" |
7 | 7 | androidxAppCompat = "1.7.1" |
@@ -80,7 +80,7 @@ gson = "2.13.2" |
80 | 80 | fasterxml = "2.13.5" # don't update |
81 | 81 |
|
82 | 82 | # Plugin versions |
83 | | -nordicPlugins = "2.11" # Freeze at 2.11. Version 2.12 increases minSdk to 23. |
| 83 | +nordicPlugins = "2.11.1" # Freeze at 2.11. Version 2.12 increases minSdk to 23. |
84 | 84 | dokkaPlugin = "2.1.0" |
85 | 85 | googleServicesPlugins = "4.4.2" |
86 | 86 | firebaseCrashlyticsPlugins = "3.0.2" |
@@ -170,15 +170,16 @@ firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics |
170 | 170 | firebase-database = { group = "com.google.firebase", name = "firebase-database-ktx" } |
171 | 171 | firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics-ktx" } |
172 | 172 | hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" } |
173 | | -hilt-ext-work = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltExt" } |
174 | | -hilt-ext-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltExt" } |
175 | | -hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } |
| 173 | +hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } |
176 | 174 | hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" } |
| 175 | +hilt-ext-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltExt" } |
| 176 | +hilt-ext-work = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltExt" } |
177 | 177 | junit4 = { group = "junit", name = "junit", version.ref = "junit4" } |
178 | 178 | truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } |
179 | 179 | kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } |
180 | 180 | kotlin-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version.ref = "kotlin" } |
181 | 181 | kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" } |
| 182 | +kotlin-metadata-jvm = { group = "org.jetbrains.kotlin", name = "kotlin-metadata-jvm", version.ref = "kotlin" } |
182 | 183 | kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" } |
183 | 184 | kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } |
184 | 185 | kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" } |
|
0 commit comments