1
1
[versions ]
2
- androidGradlePlugin = " 8.8.0 "
3
- kotlin = " 2.1.0 "
4
- ksp = " 2.1.0 -1.0.29 "
2
+ androidGradlePlugin = " 8.8.2 "
3
+ kotlin = " 2.1.10 "
4
+ ksp = " 2.1.10 -1.0.31 "
5
5
lifecycle = " 2.8.7"
6
- navigation = " 2.8.5 "
6
+ navigation = " 2.8.8 "
7
7
room = " 2.6.1"
8
8
splitties = " 3.0.0"
9
- aboutlibraries = " 11.2 .3"
10
- arrow = " 2.0.0 "
9
+ aboutlibraries = " 11.6 .3"
10
+ arrow = " 2.0.1 "
11
11
12
12
[libraries ]
13
13
android-gradlePlugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " androidGradlePlugin" }
14
- android-desugarJDKLibs = { group = " com.android.tools" , name = " desugar_jdk_libs" , version = " 2.1.4 " }
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
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.7.3 " }
18
- androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.10.0 " }
17
+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.8.0 " }
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
- androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.0 " }
22
- androidx-coordinatorlayout = { module = " androidx.coordinatorlayout:coordinatorlayout" , version = " 1.2 .0" }
21
+ androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.1 " }
22
+ androidx-coordinatorlayout = { module = " androidx.coordinatorlayout:coordinatorlayout" , version = " 1.3 .0" }
23
23
androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.15.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" }
@@ -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.5 " }
31
+ androidx-paging = { module = " androidx.paging:paging-runtime-ktx" , version = " 3.3.6 " }
32
32
androidx-preference = { module = " androidx.preference:preference-ktx" , version = " 1.2.1" }
33
33
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.4.0" }
34
34
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
@@ -59,7 +59,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
59
59
androidx-test-runner = { module = " androidx.test:runner" , version = " 1.6.2" }
60
60
androidx-test-rules = { module = " androidx.test:rules" , version = " 1.6.1" }
61
61
androidx-lifecycle-testing = { module = " androidx.lifecycle:lifecycle-runtime-testing" , version.ref = " lifecycle" }
62
- kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.0 .0" }
62
+ kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.1 .0" }
63
63
ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
64
64
65
65
[plugins ]
0 commit comments