Skip to content

Commit 633d5c7

Browse files
Update Android
1 parent 72d550d commit 633d5c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

platforms/android/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
[versions]
55
activity-compose = "1.10.1"
66
androidx-junit = "1.2.1"
7-
coroutines = "1.10.1"
8-
compose-bom = "2025.03.00"
7+
coroutines = "1.10.2"
8+
compose-bom = "2025.04.00"
99
lifecycle-runtime-ktx = "2.8.7"
1010
timber = "5.0.1"
11-
androidx-core = "1.15.0"
11+
androidx-core = "1.16.0"
1212
appcompat = "1.7.0"
1313
lifecycle-viewmodel = "2.8.7"
1414
material = "1.12.0"
1515
constraintlayout = "2.2.1"
1616
junit = "4.13.2"
1717
robolectric = "4.14.1"
18-
mockk = "1.13.17" # https://github.com/mockk/mockk/issues/1033
18+
mockk = "1.14.0" # https://github.com/mockk/mockk/issues/1033
1919
hamcrest = "3.0"
2020
espresso = "3.6.1"
21-
agp = "8.9.0"
21+
agp = "8.9.2"
2222
kotlin = "2.1.20"
2323
maven-publish = "0.31.0"
24-
molecule = "2.0.0"
24+
molecule = "2.1.0"
2525

2626
[plugins]
2727
android-application = { id = "com.android.application", version.ref = "agp" }
2828
android-library = { id = "com.android.library", version.ref = "agp" }
2929
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3030
rust-android = { id = "org.mozilla.rust-android-gradle.rust-android", version = "0.9.6" }
31-
sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" }
31+
sonarqube = { id = "org.sonarqube", version = "6.1.0.5360" }
3232
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" }
3333
maven-publish-base = { id = "com.vanniktech.maven.publish.base", version.ref = "maven-publish" }
3434
jacoco-android = { id = "com.mxalbert.gradle.jacoco-android", version = "0.2.1" }

0 commit comments

Comments
 (0)