1
1
[versions ]
2
2
androidGradlePlugin = " 8.7.2"
3
- androidDesugarJDKLibs = " 2.1.2 "
4
- kotlin = " 2.0.20 "
5
- ksp = " 2.0.20 -1.0.25 "
3
+ androidDesugarJDKLibs = " 2.1.3 "
4
+ kotlin = " 2.0.21 "
5
+ ksp = " 2.0.21 -1.0.28 "
6
6
lifecycle = " 2.8.7"
7
- navigation = " 2.8.3 "
7
+ navigation = " 2.8.4 "
8
8
room = " 2.6.1"
9
9
splitties = " 3.0.0"
10
10
aboutlibraries = " 11.2.3"
@@ -14,7 +14,7 @@ android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", ver
14
14
android-desugarJDKLibs = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " androidDesugarJDKLibs" }
15
15
kotlin-gradlePlugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
16
16
kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.9.0" }
17
- kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.6 .3" }
17
+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.7 .3" }
18
18
androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.9.3" }
19
19
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0" }
20
20
androidx-autofill = { module = " androidx.autofill:autofill" , version = " 1.1.0" }
@@ -28,7 +28,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java
28
28
androidx-lifecycle-service = { module = " androidx.lifecycle:lifecycle-service" , version.ref = " lifecycle" }
29
29
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " navigation" }
30
30
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " navigation" }
31
- androidx-paging = { module = " androidx.paging:paging-runtime-ktx" , version = " 3.3.2 " }
31
+ androidx-paging = { module = " androidx.paging:paging-runtime-ktx" , version = " 3.3.4 " }
32
32
androidx-preference = { module = " androidx.preference:preference-ktx" , version = " 1.2.1" }
33
33
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.3.2" }
34
34
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
@@ -58,7 +58,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
58
58
androidx-test-runner = { module = " androidx.test:runner" , version = " 1.6.2" }
59
59
androidx-test-rules = { module = " androidx.test:rules" , version = " 1.6.1" }
60
60
androidx-lifecycle-testing = { module = " androidx.lifecycle:lifecycle-runtime-testing" , version.ref = " lifecycle" }
61
- kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 1.18.1 " }
61
+ kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.0.0 " }
62
62
ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
63
63
64
64
[plugins ]
0 commit comments