diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a25ab28..8c0ee70c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidxStartup = "1.2.0" # --- Google Maps & Location --- # Versions for Google Play Services libraries, which are essential for this sample. androidMapsSdk = "20.0.0" -androidMapsUtils = "4.5.0" +androidMapsUtils = "4.5.2" playServicesLocation = "21.3.0" # --- Testing --- @@ -30,7 +30,7 @@ junit = "4.13.2" mockito = "5.23.0" mockitoInline = "5.2.0" mockitoKotlin = "2.2.0" -byteBuddy = "1.17.1" +byteBuddy = "1.18.11" truth = "1.4.5" # --- Gradle Plugins ---