1
1
[versions ]
2
- androidGradlePlugin = " 8.0.1 "
2
+ androidGradlePlugin = " 8.0.2 "
3
3
androidDesugarJDKLibs = " 2.0.3"
4
- kotlin = " 1.8.21 "
5
- ksp = " 1.8.21 -1.0.11"
4
+ kotlin = " 1.8.22 "
5
+ ksp = " 1.8.22 -1.0.11"
6
6
lifecycle = " 2.6.1"
7
- navigation = " 2.5.3 "
7
+ navigation = " 2.6.0 "
8
8
room = " 2.5.1"
9
9
splitties = " 3.0.0"
10
- aboutlibraries = " 10.6.3 "
10
+ aboutlibraries = " 10.7.0 "
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.ref = " androidDesugarJDKLibs" }
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.7.0 " }
17
- kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.5.0 " }
18
- androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.7.1 " }
16
+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.7.1 " }
17
+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.5.1 " }
18
+ androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.7.2 " }
19
19
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.6.1" }
20
20
androidx-autofill = { module = " androidx.autofill:autofill" , version = " 1.1.0" }
21
21
androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.1.4" }
22
22
androidx-coordinatorlayout = { module = " androidx.coordinatorlayout:coordinatorlayout" , version = " 1.2.0" }
23
- androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.10.0 " }
23
+ androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.10.1 " }
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" }
@@ -58,7 +58,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
58
58
androidx-test-runner = { module = " androidx.test:runner" , version = " 1.5.2" }
59
59
androidx-test-rules = { module = " androidx.test:rules" , version = " 1.5.0" }
60
60
androidx-lifecycle-testing = { module = " androidx.lifecycle:lifecycle-runtime-testing" , version.ref = " lifecycle" }
61
- kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 1.13 .2" }
61
+ kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 1.14 .2" }
62
62
ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
63
63
64
64
[plugins ]
@@ -69,4 +69,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
69
69
ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
70
70
aboutlibraries = { id = " com.mikepenz.aboutlibraries.plugin" , version.ref = " aboutlibraries" }
71
71
kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
72
- kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlin" }
72
+ kotlin-parcelize = { id = " org.jetbrains.kotlin.plugin.parcelize" , version.ref = " kotlin" }
0 commit comments