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
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
androidxCoreKtx = "1.19.0"
# Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk
androidxActivityKtx = "1.13.0"
lifecycleRuntimeKtx = "2.10.0"
lifecycleRuntimeKtx = "2.11.0"
kotlin = "2.4.0"
kotlinxCoroutines = "1.11.0"
material = "1.14.0"
Expand All @@ -19,7 +19,7 @@
# Versions for Google Play Services libraries, which are essential for this sample.
androidMapsSdk = "20.0.0"
androidMapsUtils = "4.5.0"
playServicesLocation = "21.3.0"
playServicesLocation = "21.4.0"

# --- Testing ---
# Versions for testing libraries.
Expand All @@ -30,7 +30,7 @@
mockito = "5.23.0"
mockitoInline = "5.2.0"
mockitoKotlin = "2.2.0"
byteBuddy = "1.17.1"
byteBuddy = "1.18.11-jdk5"

Check warning

Code scanning / Android Lint

Newer Library Versions Available Warning

A newer version of net.bytebuddy:byte-buddy than 1.18.11-jdk5 is available: 1.18.11

Check warning

Code scanning / Android Lint

Newer Library Versions Available Warning

A newer version of net.bytebuddy:byte-buddy-agent than 1.18.11-jdk5 is available: 1.18.11
truth = "1.4.5"

# --- Gradle Plugins ---
Expand All @@ -42,8 +42,8 @@
secretsGradlePlugin = "2.0.1"

# --- Visual Testing (Gemini API) ---
ktor = "3.5.0"
uiautomator = "2.3.0"
ktor = "3.5.1"
uiautomator = "2.4.0"
kotlinxSerialization = "1.11.0"


Expand Down
Loading