Skip to content

Commit 086150a

Browse files
odaridavidgithub-actions[bot]
authored andcommitted
Update version catalog
1 parent 0e9641f commit 086150a

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

gradle/libs.versions.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
[versions]
2-
about-lib = "12.0.0-a04"
3-
activity-compose = "1.10.1"
4-
android-gradle-plugin = "8.9.0"
5-
androidx-test-rules = "1.6.1"
6-
androidx-test-runner = "1.6.2"
7-
chucker = "4.1.0"
2+
about-lib = "13.0.0-a01"
3+
activity-compose = "1.11.0-rc01"
4+
android-gradle-plugin = "8.11.1"
5+
androidx-test-rules = "1.7.0-rc01"
6+
androidx-test-runner = "1.7.0-rc01"
7+
chucker = "4.2.0"
88
coil-compose = "2.7.0"
9-
com-google-services = "4.4.2"
10-
compose-bom = "2025.03.00"
9+
com-google-services = "4.4.3"
10+
compose-bom = "2025.07.00"
1111
compose-constraint = "1.1.1"
12-
compose-material3 = "1.3.1"
13-
compose-navigation = "2.8.9"
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"
12+
compose-material3 = "1.3.2"
13+
compose-navigation = "2.9.2"
14+
core-ktx = "1.7.0-rc01"
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"
2020
detekt-gradle-plugin = "1.23.8"
21-
firebase-bom = "33.10.0"
21+
firebase-bom = "33.16.0"
2222
firebase-perf = "1.4.2"
23-
gradle = "8.9.0"
23+
gradle = "8.11.1"
2424
gradle-versions-plugin = "0.52.0"
25-
hilt = "2.55"
25+
hilt = "2.57"
2626
hilt-nav-compose = "1.2.0"
2727
inappupdate = "2.1.0"
2828
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.9.0"
3333
kotlinx-serialization-converter = "1.0.0"
3434
leakcanary = "2.14"
35-
lifecycle-runtime-ktx = "2.8.7"
36-
lifecycle-viewmodel-compose = "2.8.7"
35+
lifecycle-runtime-ktx = "2.9.2"
36+
lifecycle-viewmodel-compose = "2.9.2"
3737
mapsplatform-secrets = "2.0.1"
38-
mockk = "1.13.17"
39-
okhttp = "4.12.0"
38+
mockk = "1.14.5"
39+
okhttp = "5.1.0"
4040
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"
4343
truth = "1.4.4"
44-
turbine = "1.2.0"
44+
turbine = "1.2.1"
4545

4646
[libraries]
4747
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" }
9898
turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
9999

100100
[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"
102102
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
103103
com-android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
104104
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 commit comments

Comments
 (0)