Skip to content

Commit 136068d

Browse files
committed
feat: updated to places 5.5.0
1 parent 70d32d7 commit 136068d

12 files changed

Lines changed: 256 additions & 167 deletions

File tree

gradle/libs.versions.toml

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
[versions]
2-
accompanistPermissions = "0.37.0"
3-
activityCompose = "1.10.1"
4-
agp = "8.7.3"
5-
appcompat = "1.7.0"
6-
composeBom = "2025.03.00"
7-
coreKtx = "1.15.0"
2+
accompanistPermissions = "0.37.3"
3+
activityCompose = "1.11.0"
4+
agp = "8.13.0"
5+
appcompat = "1.7.1"
6+
composeBom = "2025.09.01"
7+
coreKtx = "1.17.0"
88
dokka = "2.0.0"
9-
espressoCore = "3.6.1"
10-
gson = "2.11.0"
11-
hiltVersion = "2.55"
9+
espressoCore = "3.7.0"
10+
gson = "2.13.2"
11+
hiltVersion = "2.57.2"
1212
jacoco-plugin = "0.2.1"
1313
junit = "4.13.2"
14-
junitVersion = "1.2.1"
15-
kotlin = "2.1.10"
16-
kotlinReflect = "2.1.10"
17-
kotlinxCoroutinesPlayServices = "1.9.0"
18-
ksp = "2.1.10-1.0.30"
19-
lifecycleRuntimeKtx = "2.8.7"
20-
lifecycleViewmodelCompose = "2.8.7"
21-
mapsCompose = "6.5.1"
22-
mapsUtilsKtx = "5.1.1"
23-
materialVersion = "1.13.0-alpha11"
24-
navigationCompose = "2.8.9"
25-
org-jacoco-core = "0.8.12"
26-
places = "4.2.0"
27-
robolectric = "4.14.1"
14+
junitVersion = "1.3.0"
15+
kotlin = "2.2.20"
16+
kotlinReflect = "2.2.20"
17+
kotlinxCoroutinesPlayServices = "1.10.2"
18+
ksp = "2.2.20-2.0.3"
19+
lifecycleRuntimeKtx = "2.9.4"
20+
lifecycleViewmodelCompose = "2.9.4"
21+
mapsCompose = "6.11.0"
22+
mapsUtilsKtx = "5.2.0"
23+
material-icons = "1.7.8"
24+
materialVersion = "1.13.0"
25+
navigationCompose = "2.9.5"
26+
org-jacoco-core = "0.8.13"
27+
places = "5.0.0"
28+
robolectric = "4.16"
2829
secretsGradlePlugin = "2.0.1"
29-
truth = "1.4.4"
30-
uiTestAndroid = "1.7.8"
31-
uiToolingVersion = "1.7.8"
30+
truth = "1.4.5"
31+
uiTestAndroid = "1.9.2"
32+
uiToolingVersion = "1.9.2"
3233
gradleMavenPublishPlugin = "0.34.0"
3334

3435
[libraries]
@@ -37,6 +38,7 @@ android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref
3738
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
3839
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
3940
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
41+
androidx-compose-material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "material-icons" }
4042
androidx-compose-ui-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiToolingVersion" }
4143
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
4244
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }

gradle/wrapper/gradle-wrapper.jar

-15.1 KB
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Jul 08 16:30:21 MDT 2024
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)