1
1
[versions ]
2
- androidGradlePlugin = " 8.3.2 "
3
- kotlin = " 2.0 .0"
4
- ksp = " 2.0 .0-1.0.21 "
5
- navigation = " 2.7.7 "
2
+ androidGradlePlugin = " 8.8.0 "
3
+ kotlin = " 2.1 .0"
4
+ ksp = " 2.1 .0-1.0.29 "
5
+ navigation = " 2.8.5 "
6
6
room = " 2.6.1"
7
7
splitties = " 3.0.0"
8
- aboutlibraries = " 11.1 .3"
8
+ aboutlibraries = " 11.2 .3"
9
9
kotest = " 5.8.0"
10
- kotlin-inject = " 0.6.3 "
10
+ kotlin-inject = " 0.7.2 "
11
11
12
12
[libraries ]
13
13
android-gradlePlugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " androidGradlePlugin" }
14
14
kotlin-gradlePlugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
15
- kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.8.0 " }
16
- kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.6 .3" }
17
- androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.9 .0" }
18
- androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.6.1 " }
15
+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.10.1 " }
16
+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.7 .3" }
17
+ androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.10 .0" }
18
+ androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0 " }
19
19
androidx-autofill = { module = " androidx.autofill:autofill" , version =" 1.1.0" }
20
- androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.1.4 " }
21
- androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.13.1 " }
20
+ androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.0 " }
21
+ androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.15.0 " }
22
22
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " navigation" }
23
23
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " navigation" }
24
- androidx-paging-runtime-ktx = { group = " androidx.paging" , name = " paging-runtime-ktx" , version = " 3.3.2 " }
24
+ androidx-paging-runtime-ktx = { group = " androidx.paging" , name = " paging-runtime-ktx" , version = " 3.3.5 " }
25
25
androidx-preference = { module = " androidx.preference:preference-ktx" , version = " 1.2.1" }
26
- androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.3.2 " }
26
+ androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.4.0 " }
27
27
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
28
28
androidx-room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
29
29
androidx-room-ktx = { module = " androidx.room:room-ktx" , version.ref = " room" }
30
30
androidx-viewpager2 = { module = " androidx.viewpager2:viewpager2" , version = " 1.1.0" }
31
31
androidx-work-runtime-ktx = { group = " androidx.work" , name = " work-runtime-ktx" , version = " 2.9.1" }
32
32
flexbox = { module = " com.google.android.flexbox:flexbox" , version = " 3.0.0" }
33
33
bravh = { module = " io.github.cymchad:BaseRecyclerViewAdapterHelper4" , version = " 4.1.4" }
34
- kaml = { module = " com.charleskorn.kaml:kaml" , version = " 0.56 .0" }
34
+ kaml = { module = " com.charleskorn.kaml:kaml" , version = " 0.70 .0" }
35
35
timber = { module = " com.jakewharton.timber:timber" , version = " 5.0.1" }
36
36
xxpermissions = { module = " com.github.getActivity:XXPermissions" , version = " 18.5" }
37
37
kotlin-inject-compiler = { module = " me.tatarka.inject:kotlin-inject-compiler-ksp" , version.ref = " kotlin-inject" }
@@ -45,7 +45,7 @@ splitties-views-dsl-recyclerview = { module = "com.louiscad.splitties:splitties-
45
45
splitties-views-recyclerview = { module = " com.louiscad.splitties:splitties-views-recyclerview" , version.ref = " splitties" }
46
46
aboutlibraries-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " aboutlibraries" }
47
47
junit = { module = " junit:junit" , version = " 4.13.2" }
48
- kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 1.16 .0" }
48
+ kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.0 .0" }
49
49
ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
50
50
kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
51
51
kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
0 commit comments