Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---
Expand All @@ -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 ---
Expand Down
Loading