Skip to content

Commit ab9c834

Browse files
authored
chore: general library update (#699)
* chore: general library update * chore: general library update * chore: new library version * chore: new library version
1 parent c7094af commit ab9c834

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
22
accompanistPermissions = "0.37.0"
3-
activitycompose = "1.9.3"
4-
agp = "8.7.2"
3+
activitycompose = "1.10.1"
4+
agp = "8.9.1"
55
androidCore = "1.6.1"
6-
androidx-core = "1.15.0"
6+
androidx-core = "1.16.0"
77
androidxtest = "1.6.2"
8-
compose-bom = "2024.11.00"
8+
compose-bom = "2025.04.00"
99
dokka = "1.9.20"
1010
espresso = "3.6.1"
1111
jacoco-plugin = "0.2.1"
1212
junit = "4.13.2"
1313
junitVersion = "1.2.1"
1414
junitktx = "1.2.1"
15-
kotlin = "2.0.21"
16-
kotlinxCoroutines = "1.9.0"
15+
kotlin = "2.1.10"
16+
kotlinxCoroutines = "1.10.1"
1717
leakcanaryAndroid = "2.12"
1818
lifecycleRuntimeKtx = "2.8.7"
1919
mapsecrets = "2.0.1"
2020
mapsktx = "5.1.1"
21-
navigation = "6.1.0"
22-
org-jacoco-core = "0.8.11"
23-
places = "4.1.0"
21+
navigation = "6.2.0"
22+
org-jacoco-core = "0.8.12"
23+
places = "4.2.0"
2424
playServicesLocation = "21.3.0"
2525
robolectric = "4.14.1"
2626
screenshot = "0.0.1-alpha08"

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)