|
1 | 1 | [versions]
|
2 |
| -androidGradlePlugin = "8.9.1" |
| 2 | +androidGradlePlugin = "8.10.0" |
3 | 3 | kotlin = "2.1.20"
|
4 |
| -ksp = "2.1.20-1.0.31" |
5 |
| -lifecycle = "2.8.7" |
6 |
| -navigation = "2.8.9" |
7 |
| -room = "2.6.1" |
| 4 | +ksp = "2.1.20-2.0.1" |
| 5 | +lifecycle = "2.9.0" |
| 6 | +navigation = "2.9.0" |
| 7 | +room = "2.7.1" |
8 | 8 | splitties = "3.0.0"
|
9 |
| -aboutlibraries = "11.6.3" |
10 |
| -arrow = "2.0.1" |
| 9 | +aboutlibraries = "12.1.2" |
| 10 | +arrow = "2.1.1" |
11 | 11 |
|
12 | 12 | [libraries]
|
13 | 13 | android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
14 | 14 | android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.5" }
|
15 | 15 | kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
16 |
| -kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.1" } |
17 |
| -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.8.0" } |
| 16 | +kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.2" } |
| 17 | +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.8.1" } |
18 | 18 | androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
|
19 | 19 | androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
20 | 20 | androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" }
|
21 | 21 | androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
22 | 22 | androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.3.0" }
|
23 |
| -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" } |
| 23 | +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.16.0" } |
24 | 24 | androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
25 | 25 | androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
26 | 26 | androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
@@ -71,4 +71,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
71 | 71 | aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
|
72 | 72 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
73 | 73 | kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
74 |
| -gitVersion = { id = "com.palantir.git-version", version = "3.1.0" } |
| 74 | +gitVersion = { id = "com.palantir.git-version", version = "3.2.0" } |
0 commit comments