Skip to content

Commit a0bf20e

Browse files
authored
chore: libraries updated (#713)
* chore: libraries updated * chore: updated Gradle
1 parent 7df3b17 commit a0bf20e

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,24 @@
11
[versions]
2-
accompanistPermissions = "0.37.0"
32
activitycompose = "1.10.1"
4-
agp = "8.9.1"
3+
agp = "8.10.1"
54
androidCore = "1.6.1"
65
androidx-core = "1.16.0"
76
androidxtest = "1.6.2"
87
compose-bom = "2025.04.00"
9-
dokka = "1.9.20"
8+
dokka = "2.0.0"
109
espresso = "3.6.1"
1110
jacoco-plugin = "0.2.1"
1211
junit = "4.13.2"
13-
junitVersion = "1.2.1"
1412
junitktx = "1.2.1"
15-
kotlin = "2.1.10"
16-
kotlinxCoroutines = "1.10.1"
13+
kotlin = "2.2.0"
14+
kotlinxCoroutines = "1.10.2"
1715
leakcanaryAndroid = "2.12"
18-
lifecycleRuntimeKtx = "2.8.7"
1916
mapsecrets = "2.0.1"
2017
mapsktx = "5.2.0"
21-
navigation = "6.2.0"
2218
org-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" }
3322
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
3423
androidx-compose-activity = { module = "androidx.activity:activity-compose", version.ref = "activitycompose" }
3524
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
@@ -39,19 +28,12 @@ androidx-compose-ui = { module = "androidx.compose.ui:ui" }
3928
androidx-compose-ui-preview-tooling = { module = "androidx.compose.ui:ui-tooling-preview" }
4029
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
4130
androidx-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" }
4731
androidx-test-compose-ui = { module = "androidx.compose.ui:ui-test-junit4" }
4832
androidx-test-core = { module = "androidx.test:core", version.ref = "androidCore" }
4933
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
5034
androidx-test-junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "junitktx" }
5135
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidCore" }
5236
androidx-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" }
5537
dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
5638
jacoco-android-plugin = { module = "com.mxalbert.gradle:jacoco-android", version.ref = "jacoco-plugin", version.require = "0.2.1" }
5739
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
@@ -62,17 +44,12 @@ leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", ve
6244
maps-ktx-std = { module = "com.google.maps.android:maps-ktx", version.ref = "mapsktx" }
6345
maps-ktx-utils = { module = "com.google.maps.android:maps-utils-ktx", version.ref = "mapsktx" }
6446
maps-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" }
6647
org-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" }
6948
test-junit = { module = "junit:junit", version.ref = "junit" }
70-
truth = { module = "com.google.truth:truth", version.ref = "truth" }
7149

7250
[plugins]
7351
android-application = { id = "com.android.application", version.ref = "agp" }
7452
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
7553
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
7654
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
7755
screenshot = { 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

Comments
 (0)