Skip to content

Commit 1df1cdc

Browse files
committed
build(deps): update dependencies
androidx.activity:activity-ktx 1.12.2 -> 1.12.4 org.jetbrains.kotlin:kotlin-stdlib-jdk7 2.3.0 -> 2.3.10 com.google.maps.android:android-maps-utils 4.0.0 -> 4.1.0
1 parent 89909d2 commit 1df1cdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ androidTargetSdk = "36"
88
androidxAppcompat = "1.7.1"
99
androidxCoreKtx = "1.17.0"
1010
# Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk
11-
androidxActivityKtx = "1.12.2"
11+
androidxActivityKtx = "1.12.4"
1212
lifecycleRuntimeKtx = "2.10.0"
13-
kotlin = "2.3.0"
13+
kotlin = "2.3.10"
1414
kotlinxCoroutines = "1.10.2"
1515
material = "1.13.0"
1616
androidxStartup = "1.2.0"
1717

1818
# --- Google Maps ---
1919
# Versions for Google Play Services libraries, which are essential for this sample.
2020
androidMapsSdk = "20.0.0"
21-
androidMapsUtils = "4.0.0"
21+
androidMapsUtils = "4.1.0"
2222

2323
# --- Testing ---
2424
# Versions for testing libraries.

0 commit comments

Comments
 (0)