11[versions ]
2- accompanistPermissions = " 0.37.0"
32activitycompose = " 1.10.1"
4- agp = " 8.9 .1"
3+ agp = " 8.10 .1"
54androidCore = " 1.6.1"
65androidx-core = " 1.16.0"
76androidxtest = " 1.6.2"
87compose-bom = " 2025.04.00"
9- dokka = " 1.9.20 "
8+ dokka = " 2.0.0 "
109espresso = " 3.6.1"
1110jacoco-plugin = " 0.2.1"
1211junit = " 4.13.2"
13- junitVersion = " 1.2.1"
1412junitktx = " 1.2.1"
15- kotlin = " 2.1.10 "
16- kotlinxCoroutines = " 1.10.1 "
13+ kotlin = " 2.2.0 "
14+ kotlinxCoroutines = " 1.10.2 "
1715leakcanaryAndroid = " 2.12"
18- lifecycleRuntimeKtx = " 2.8.7"
1916mapsecrets = " 2.0.1"
2017mapsktx = " 5.2.0"
21- navigation = " 6.2.0"
2218org-jacoco-core = " 0.8.12"
23- places = " 4.2.0"
24- playServicesLocation = " 21.3.0"
25- robolectric = " 4.14.1"
26- screenshot = " 0.0.1-alpha08"
27- secretsGradlePlugin = " 2.0.1"
28- truth = " 1.4.4"
19+ screenshot = " 0.0.1-alpha10"
2920
3021[libraries ]
31- # robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
32- accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanistPermissions" }
3322android-gradle-plugin = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
3423androidx-compose-activity = { module = " androidx.activity:activity-compose" , version.ref = " activitycompose" }
3524androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " compose-bom" }
@@ -39,19 +28,12 @@ androidx-compose-ui = { module = "androidx.compose.ui:ui" }
3928androidx-compose-ui-preview-tooling = { module = " androidx.compose.ui:ui-tooling-preview" }
4029androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
4130androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
42- androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
43- androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycleRuntimeKtx" }
44- androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
45- androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycleRuntimeKtx" }
46- androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
4731androidx-test-compose-ui = { module = " androidx.compose.ui:ui-test-junit4" }
4832androidx-test-core = { module = " androidx.test:core" , version.ref = " androidCore" }
4933androidx-test-espresso = { module = " androidx.test.espresso:espresso-core" , version.ref = " espresso" }
5034androidx-test-junit-ktx = { module = " androidx.test.ext:junit-ktx" , version.ref = " junitktx" }
5135androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidCore" }
5236androidx-test-runner = { module = " androidx.test:runner" , version.ref = " androidxtest" }
53- androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
54- androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
5537dokka-plugin = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version.ref = " dokka" }
5638jacoco-android-plugin = { module = " com.mxalbert.gradle:jacoco-android" , version.ref = " jacoco-plugin" , version.require = " 0.2.1" }
5739kotlin = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk7" , version.ref = " kotlin" }
@@ -62,17 +44,12 @@ leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", ve
6244maps-ktx-std = { module = " com.google.maps.android:maps-ktx" , version.ref = " mapsktx" }
6345maps-ktx-utils = { module = " com.google.maps.android:maps-utils-ktx" , version.ref = " mapsktx" }
6446maps-secrets-plugin = { module = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin" , version.ref = " mapsecrets" }
65- navigation = { module = " com.google.android.libraries.navigation:navigation" , version.ref = " navigation" }
6647org-jacoco-core = { module = " org.jacoco:org.jacoco.core" , version.ref = " org-jacoco-core" }
67- places = { group = " com.google.android.libraries.places" , name = " places" , version.ref = " places" }
68- play-services-location = { module = " com.google.android.gms:play-services-location" , version.ref = " playServicesLocation" }
6948test-junit = { module = " junit:junit" , version.ref = " junit" }
70- truth = { module = " com.google.truth:truth" , version.ref = " truth" }
7149
7250[plugins ]
7351android-application = { id = " com.android.application" , version.ref = " agp" }
7452compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
7553dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
7654kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
7755screenshot = { id = " com.android.compose.screenshot" , version.ref = " screenshot" }
78- secrets-gradle-plugin = { id = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin" , version.ref = " secretsGradlePlugin" }
0 commit comments