|
1 | 1 | [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" |
5 | 5 | androidx-appCompat = "1.7.1" |
6 | 6 | androidx-archCore = "2.2.0" |
7 | 7 | androidx-core = "1.17.0" |
8 | 8 | androidx-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-lifecycle-nav3 = "2.10.0" |
| 11 | +androidx-nav3 = "1.0.0" |
13 | 12 | androidx-test-junit = "1.3.0" |
14 | 13 | androidx-test-rules = "1.7.0" |
15 | 14 | androidx-test-runner = "1.7.0" |
16 | | -androidx-work = "2.10.5" |
| 15 | +androidx-work = "2.11.0" |
17 | 16 | bitfire-cert4android = "41009d4" |
18 | 17 | bitfire-synctools = "7aa709f6b6" |
19 | 18 | compose-dialogs = "1.3.0" |
20 | 19 | compose-material = "1.7.8" |
21 | 20 | compose-material3 = "1.4.0" |
22 | | -compose-runtime = "1.9.2" |
23 | | -compose-ui = "1.9.2" |
24 | | -datastore = "1.1.7" |
| 21 | +compose-runtime = "1.10.0" |
| 22 | +compose-ui = "1.10.0" |
| 23 | +datastore = "1.2.0" |
25 | 24 | desugaring = "2.1.5" |
26 | 25 | hilt = "2.57.2" |
27 | 26 | joda-time = "2.14.0" |
28 | 27 | junit = "4.13.2" |
29 | | -kotlin = "2.2.20" |
| 28 | +kotlin = "2.2.21" |
30 | 29 | kotlinx-coroutines = "1.10.2" |
31 | 30 | kotlinx-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" |
| 31 | +ksp = "2.3.3" |
| 32 | +ktor = "3.3.3" |
| 33 | +okhttp = "5.3.2" |
| 34 | +room = "2.8.4" |
36 | 35 |
|
37 | 36 | [libraries] |
| 37 | +aboutLibs-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibs" } |
| 38 | +aboutLibs-compose-core = { module = "com.mikepenz:aboutlibraries-compose-core", version.ref = "aboutLibs" } |
38 | 39 | aboutLibs-compose = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibs" } |
39 | 40 | androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } |
40 | 41 | androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appCompat" } |
@@ -75,15 +76,12 @@ jodaTime = { module = "joda-time:joda-time", version.ref = "joda-time" } |
75 | 76 | junit = { module = "junit:junit", version.ref = "junit" } |
76 | 77 | kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" } |
77 | 78 | kotlinx-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" } |
80 | 79 | okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" } |
81 | | -okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" } |
82 | 80 | room-base = { module = "androidx.room:room-ktx", version.ref = "room" } |
83 | 81 | room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } |
84 | 82 |
|
85 | 83 | [plugins] |
86 | | -aboutLibs = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibs" } |
| 84 | +aboutLibs = { id = "com.mikepenz.aboutlibraries.plugin.android", version.ref = "aboutLibs" } |
87 | 85 | android-application = { id = "com.android.application", version.ref = "agp" } |
88 | 86 | compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
89 | 87 | hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } |
|
0 commit comments