Skip to content
Merged
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
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targetSdk = "36"
# Foundational versions for Android app development and Kotlin language features.
appcompat = "1.7.1"
core-ktx = "1.17.0"
kotlin = "2.2.21"
kotlin = "2.3.10"
kotlinx-coroutines = "1.10.2"
lifecycle-extensions = "2.2.0"
lifecycle-viewmodel-ktx = "2.10.0"
Expand All @@ -24,8 +24,8 @@ startup-runtime = "1.2.0"
# --- Jetpack Compose ---
# Versions for Jetpack Compose, Android's modern UI toolkit.
# The Compose BOM (Bill of Materials) coordinates versions of all Compose libraries.
activity-compose = "1.12.3"
compose-bom = "2026.01.01"
activity-compose = "1.12.4"
compose-bom = "2026.02.00"

# --- Google Services (Maps) ---
# Versions for Google Play Services libraries essential for map functionality.
Expand All @@ -44,7 +44,7 @@ truth = "1.4.5"
# --- Lint & Analysis ---
# Versions for code quality and static analysis tools.
jacoco-android = "0.2.1"
lint = "32.0.0"
lint = "32.0.1"
org-jacoco-core = "0.8.14"

# --- Gradle Plugins ---
Expand Down
Loading