11[versions ]
2- aboutLibs = " 12.2.4 "
3- agp = " 8.13.0 "
4- androidx-activityCompose = " 1.11.0 "
2+ aboutLibs = " 13.1.0 "
3+ agp = " 8.13.1 "
4+ androidx-activityCompose = " 1.12.1 "
55androidx-appCompat = " 1.7.1"
66androidx-archCore = " 2.2.0"
77androidx-core = " 1.17.0"
88androidx-hilt = " 1.3.0"
9- androidx-lifecycle = " 2.9.4"
10- # should be replaced by androidx-lifecycle once nav3 is stable (probably 2.10.0?)
11- androidx-lifecycle-nav3 = " 2.10.0-alpha04"
12- androidx-nav3 = " 1.0.0-alpha10"
9+ androidx-lifecycle = " 2.10.0"
10+ androidx-nav3 = " 1.0.0"
1311androidx-test-junit = " 1.3.0"
1412androidx-test-rules = " 1.7.0"
1513androidx-test-runner = " 1.7.0"
16- androidx-work = " 2.10.5 "
14+ androidx-work = " 2.11.0 "
1715bitfire-cert4android = " 41009d4"
1816bitfire-synctools = " 7aa709f6b6"
1917compose-dialogs = " 1.3.0"
2018compose-material = " 1.7.8"
2119compose-material3 = " 1.4.0"
22- compose-runtime = " 1.9.2 "
23- compose-ui = " 1.9.2 "
24- datastore = " 1.1.7 "
20+ compose-runtime = " 1.10.0 "
21+ compose-ui = " 1.10.0 "
22+ datastore = " 1.2.0 "
2523desugaring = " 2.1.5"
2624hilt = " 2.57.2"
2725joda-time = " 2.14.0"
2826junit = " 4.13.2"
29- kotlin = " 2.2.20 "
27+ kotlin = " 2.2.21 "
3028kotlinx-coroutines = " 1.10.2"
3129kotlinx-serialization-core = " 1.9.0"
32- ksp = " 2.2.20-2.0 .3"
33- ktor = " 3.3.0 "
34- okhttp = " 5.1.0 "
35- room = " 2.8.1 "
30+ ksp = " 2.3 .3"
31+ ktor = " 3.3.3 "
32+ okhttp = " 5.3.2 "
33+ room = " 2.8.4 "
3634
3735[libraries ]
36+ aboutLibs-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " aboutLibs" }
37+ aboutLibs-compose-core = { module = " com.mikepenz:aboutlibraries-compose-core" , version.ref = " aboutLibs" }
3838aboutLibs-compose = { module = " com.mikepenz:aboutlibraries-compose-m3" , version.ref = " aboutLibs" }
3939androidx-activityCompose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
4040androidx-appCompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appCompat" }
@@ -46,7 +46,7 @@ androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-com
4646androidx-hilt-work = { module = " androidx.hilt:hilt-work" , version.ref = " androidx-hilt" }
4747androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
4848androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle" }
49- androidx-lifecycle-viewmodel-navigation3 = { module = " androidx.lifecycle:lifecycle-viewmodel-navigation3" , version.ref = " androidx-lifecycle-nav3 " }
49+ androidx-lifecycle-viewmodel-navigation3 = { module = " androidx.lifecycle:lifecycle-viewmodel-navigation3" , version.ref = " androidx-lifecycle" }
5050androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidx-lifecycle" }
5151androidx-navigation3-runtime = { module = " androidx.navigation3:navigation3-runtime" , version.ref = " androidx-nav3" }
5252androidx-navigation3-ui = { module = " androidx.navigation3:navigation3-ui" , version.ref = " androidx-nav3" }
@@ -75,15 +75,12 @@ jodaTime = { module = "joda-time:joda-time", version.ref = "joda-time" }
7575junit = { module = " junit:junit" , version.ref = " junit" }
7676kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " kotlinx-coroutines" }
7777kotlinx-serialization-core = { module = " org.jetbrains.kotlinx:kotlinx-serialization-core" , version.ref = " kotlinx-serialization-core" }
78- okhttp-base = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
79- okhttp-coroutines = { module = " com.squareup.okhttp3:okhttp-coroutines" , version.ref = " okhttp" }
8078okhttp-brotli = { module = " com.squareup.okhttp3:okhttp-brotli" , version.ref = " okhttp" }
81- okhttp-mockwebserver = { module = " com.squareup.okhttp3:mockwebserver" , version.ref = " okhttp" }
8279room-base = { module = " androidx.room:room-ktx" , version.ref = " room" }
8380room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
8481
8582[plugins ]
86- aboutLibs = { id = " com.mikepenz.aboutlibraries.plugin" , version.ref = " aboutLibs" }
83+ aboutLibs = { id = " com.mikepenz.aboutlibraries.plugin.android " , version.ref = " aboutLibs" }
8784android-application = { id = " com.android.application" , version.ref = " agp" }
8885compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
8986hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
0 commit comments