22# https://docs.gradle.org/current/userguide/platforms.html#sub::toml.dependencies.format
33
44[versions ]
5- activity-compose = " 1.10.1 "
6- androidx-junit = " 1.2.1 "
5+ activity-compose = " 1.11.0 "
6+ androidx-junit = " 1.3.0 "
77coroutines = " 1.10.2"
8- compose-bom = " 2025.06.00 "
9- lifecycle-runtime-ktx = " 2.9.1 "
8+ compose-bom = " 2025.10.01 "
9+ lifecycle-runtime-ktx = " 2.9.4 "
1010timber = " 5.0.1"
11- androidx-core = " 1.16 .0"
11+ androidx-core = " 1.17 .0"
1212appcompat = " 1.7.1"
13- lifecycle-viewmodel = " 2.9.1 "
14- material = " 1.12 .0"
13+ lifecycle-viewmodel = " 2.9.4 "
14+ material = " 1.13 .0"
1515constraintlayout = " 2.2.1"
1616junit = " 4.13.2"
17- robolectric = " 4.14.1 "
18- mockk = " 1.14.2 " # https://github.com/mockk/mockk/issues/1033
17+ robolectric = " 4.16 "
18+ mockk = " 1.14.6 " # https://github.com/mockk/mockk/issues/1033
1919hamcrest = " 3.0"
20- espresso = " 3.6.1 "
21- agp = " 8.10.1 "
22- kotlin = " 2.1 .21"
23- maven-publish = " 0.32 .0"
24- molecule = " 2.1 .0"
20+ espresso = " 3.7.0 "
21+ agp = " 8.13.0 "
22+ kotlin = " 2.2 .21"
23+ maven-publish = " 0.34 .0"
24+ molecule = " 2.2 .0"
2525
2626[plugins ]
2727android-application = { id = " com.android.application" , version.ref = " agp" }
2828android-library = { id = " com.android.library" , version.ref = " agp" }
2929kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
3030rust-android = { id = " org.mozilla.rust-android-gradle.rust-android" , version = " 0.9.6" }
31- sonarqube = { id = " org.sonarqube" , version = " 6.2.0.5505 " }
31+ sonarqube = { id = " org.sonarqube" , version = " 6.3.1.5724 " }
3232maven-publish = { id = " com.vanniktech.maven.publish" , version.ref = " maven-publish" }
3333maven-publish-base = { id = " com.vanniktech.maven.publish.base" , version.ref = " maven-publish" }
3434jacoco-android = { id = " com.mxalbert.gradle.jacoco-android" , version = " 0.2.1" }
@@ -52,7 +52,7 @@ google-material = { module="com.google.android.material:material", version.ref="
5252
5353# Misc
5454timber = { module =" com.jakewharton.timber:timber" , version.ref =" timber" }
55- jsoup = " org.jsoup:jsoup:1.20.1 "
55+ jsoup = " org.jsoup:jsoup:1.21.2 "
5656molecule-runtime = { module = " app.cash.molecule:molecule-runtime" , version.ref = " molecule" }
5757
5858# Test
0 commit comments