Skip to content

Commit 65807dd

Browse files
authored
chore(deps): update Android and Google Maps dependencies (#868)
* chore: update dependencies * chore(deps): update Android and Google Maps dependencies Updates the following versions in libs.versions.toml: - activitycompose: 1.12.4 -> 1.13.0 - androidx-core: 1.17.0 -> 1.18.0 - compose-bom: 2026.02.00 -> 2026.03.00 - mapsktx: 6.0.0 -> 6.0.1
1 parent fbc0a0c commit 65807dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ androidTargetSdk = "36"
1010
agp = "9.0.0"
1111
dokka = "2.1.0"
1212
gradleMavenPublishPlugin = "0.36.0"
13-
kotlin = "2.3.0"
13+
kotlin = "2.3.10"
1414
kotlinxCoroutines = "1.10.2"
1515

1616
# Android
17-
activitycompose = "1.12.2"
18-
androidx-core = "1.17.0"
17+
activitycompose = "1.13.0"
18+
androidx-core = "1.18.0"
1919
androidx-startup = "1.2.0"
20-
compose-bom = "2026.01.00"
20+
compose-bom = "2026.03.00"
2121
constraintlayout = "2.2.1"
2222

2323
# Material
@@ -27,7 +27,7 @@ materialIconsExtendedAndroid = "1.7.8"
2727

2828
# Google Maps Platform
2929
mapsecrets = "2.0.1"
30-
mapsktx = "6.0.0"
30+
mapsktx = "6.0.1"
3131

3232
# Testing
3333
androidCore = "1.7.0"

0 commit comments

Comments
 (0)