We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89909d2 commit 1df1cdcCopy full SHA for 1df1cdc
1 file changed
gradle/libs.versions.toml
@@ -8,17 +8,17 @@ androidTargetSdk = "36"
8
androidxAppcompat = "1.7.1"
9
androidxCoreKtx = "1.17.0"
10
# Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk
11
-androidxActivityKtx = "1.12.2"
+androidxActivityKtx = "1.12.4"
12
lifecycleRuntimeKtx = "2.10.0"
13
-kotlin = "2.3.0"
+kotlin = "2.3.10"
14
kotlinxCoroutines = "1.10.2"
15
material = "1.13.0"
16
androidxStartup = "1.2.0"
17
18
# --- Google Maps ---
19
# Versions for Google Play Services libraries, which are essential for this sample.
20
androidMapsSdk = "20.0.0"
21
-androidMapsUtils = "4.0.0"
+androidMapsUtils = "4.1.0"
22
23
# --- Testing ---
24
# Versions for testing libraries.
0 commit comments