|
1 | 1 | [versions] |
2 | | -about-lib = "12.0.0-a04" |
3 | | -activity-compose = "1.10.1" |
4 | | -android-gradle-plugin = "8.9.0" |
| 2 | +about-lib = "12.2.3" |
| 3 | +activity-compose = "1.11.0-rc01" |
| 4 | +android-gradle-plugin = "8.11.0" |
5 | 5 | androidx-test-rules = "1.6.1" |
6 | 6 | androidx-test-runner = "1.6.2" |
7 | 7 | chucker = "4.1.0" |
8 | 8 | coil-compose = "2.7.0" |
9 | 9 | com-google-services = "4.4.2" |
10 | | -compose-bom = "2025.03.00" |
| 10 | +compose-bom = "2025.06.01" |
11 | 11 | compose-constraint = "1.1.1" |
12 | | -compose-material3 = "1.3.1" |
13 | | -compose-navigation = "2.8.9" |
| 12 | +compose-material3 = "1.3.2" |
| 13 | +compose-navigation = "2.9.0" |
14 | 14 | core-ktx = "1.6.1" |
15 | | -core-ktx-version = "1.15.0" |
16 | | -coroutines = "1.10.1" |
17 | | -coroutines-test = "1.10.1" |
18 | | -crashlytics-plugin = "3.0.3" |
19 | | -datastore = "1.1.3" |
| 15 | +core-ktx-version = "1.16.0" |
| 16 | +coroutines = "1.10.2" |
| 17 | +coroutines-test = "1.10.2" |
| 18 | +crashlytics-plugin = "3.0.4" |
| 19 | +datastore = "1.1.7" |
20 | 20 | detekt-gradle-plugin = "1.23.8" |
21 | | -firebase-bom = "33.10.0" |
| 21 | +firebase-bom = "33.15.0" |
22 | 22 | firebase-perf = "1.4.2" |
23 | | -gradle = "8.9.0" |
| 23 | +gradle = "8.11.0" |
24 | 24 | gradle-versions-plugin = "0.52.0" |
25 | | -hilt = "2.55" |
| 25 | +hilt = "2.56.2" |
26 | 26 | hilt-nav-compose = "1.2.0" |
27 | 27 | inappupdate = "2.1.0" |
28 | 28 | junit = "4.13.2" |
29 | | -kotlin = "2.1.20-RC2" |
30 | | -kotlin-serialization = "2.1.20-RC2" |
31 | | -kotlinx-coroutines-android = "1.10.1" |
32 | | -kotlinx-serialization = "1.8.0" |
| 29 | +kotlin = "2.2.0" |
| 30 | +kotlin-serialization = "2.2.0" |
| 31 | +kotlinx-coroutines-android = "1.10.2" |
| 32 | +kotlinx-serialization = "1.8.1" |
33 | 33 | kotlinx-serialization-converter = "1.0.0" |
34 | 34 | leakcanary = "2.14" |
35 | | -lifecycle-runtime-ktx = "2.8.7" |
36 | | -lifecycle-viewmodel-compose = "2.8.7" |
| 35 | +lifecycle-runtime-ktx = "2.9.1" |
| 36 | +lifecycle-viewmodel-compose = "2.9.1" |
37 | 37 | mapsplatform-secrets = "2.0.1" |
38 | | -mockk = "1.13.17" |
| 38 | +mockk = "1.14.4" |
39 | 39 | okhttp = "4.12.0" |
40 | 40 | play-services-location = "21.3.0" |
41 | | -plugin = "0.8.5" |
42 | | -retrofit = "2.11.0" |
| 41 | +plugin = "1.0.0" |
| 42 | +retrofit = "3.0.0" |
43 | 43 | truth = "1.4.4" |
44 | | -turbine = "1.2.0" |
| 44 | +turbine = "1.2.1" |
45 | 45 |
|
46 | 46 | [libraries] |
47 | 47 | about-lib-compose-ui = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "about-lib" } |
@@ -98,7 +98,7 @@ truth = { module = "com.google.truth:truth", version.ref = "truth" } |
98 | 98 | turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" } |
99 | 99 |
|
100 | 100 | [plugins] |
101 | | -about-lib-plugin = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "about-lib" } |
| 101 | +about-lib-plugin = "com.mikepenz.aboutlibraries.plugin:13.0.0-pre-a02" |
102 | 102 | com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" } |
103 | 103 | com-android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" } |
104 | 104 | compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
|
0 commit comments