11[versions ]
2- androidGradlePlugin = " 8.8 .0"
3- kotlin = " 2.1 .0"
4- ksp = " 2.1 .0-1 .0.29 "
2+ androidGradlePlugin = " 8.11 .0"
3+ kotlin = " 2.2 .0"
4+ ksp = " 2.2 .0-2 .0.2 "
55navigation = " 2.8.5"
6- room = " 2.6.1 "
6+ room = " 2.7.2 "
77splitties = " 3.0.0"
8- aboutlibraries = " 11 .2.3"
8+ aboutlibraries = " 12 .2.3"
99kotest = " 5.8.0"
10- kotlin-inject = " 0.7.2 "
10+ kotlin-inject = " 0.8.0 "
1111
1212[libraries ]
1313android-gradlePlugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " androidGradlePlugin" }
1414kotlin-gradlePlugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
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- androidx-autofill = { module = " androidx.autofill:autofill" , version =" 1.1 .0" }
15+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version = " 1.10.2 " }
16+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.8.1 " }
17+ androidx-activity = { module = " androidx.activity:activity-ktx" , version = " 1.10.1 " }
18+ androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.1 " }
19+ androidx-autofill = { module = " androidx.autofill:autofill" , version =" 1.3 .0" }
2020androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.0" }
2121androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.15.0" }
2222androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " navigation" }
@@ -30,8 +30,8 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
3030androidx-viewpager2 = { module = " androidx.viewpager2:viewpager2" , version = " 1.1.0" }
3131androidx-work-runtime-ktx = { group = " androidx.work" , name = " work-runtime-ktx" , version = " 2.9.1" }
3232flexbox = { module = " com.google.android.flexbox:flexbox" , version = " 3.0.0" }
33- bravh = { module = " io.github.cymchad:BaseRecyclerViewAdapterHelper4" , version = " 4.1.4 " }
34- kaml = { module = " com.charleskorn.kaml:kaml" , version = " 0.70 .0" }
33+ bravh = { module = " io.github.cymchad:BaseRecyclerViewAdapterHelper4" , version = " 4.1.7 " }
34+ kaml = { module = " com.charleskorn.kaml:kaml" , version = " 0.83 .0" }
3535timber = { module = " com.jakewharton.timber:timber" , version = " 5.0.1" }
3636xxpermissions = { module = " com.github.getActivity:XXPermissions" , version = " 18.5" }
3737kotlin-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-
4545splitties-views-recyclerview = { module = " com.louiscad.splitties:splitties-views-recyclerview" , version.ref = " splitties" }
4646aboutlibraries-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " aboutlibraries" }
4747junit = { module = " junit:junit" , version = " 4.13.2" }
48- kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.0 .0" }
48+ kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.2 .0" }
4949ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
5050kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
5151kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
0 commit comments