Skip to content

Commit 201f964

Browse files
authored
build: update dependencies (#1656)
* chore: update dependencies androidx.activity:activity-compose 1.12.3 -> 1.12.4 androidx.compose:compose-bom 2026.01.01 -> 2026.02.00 com.android.tools.lint:lint 32.0.0 -> 32.0.1 * chore: update dependencies * chore: bump version to 4.0.1 * Revert "chore: bump version to 4.0.1" This reverts commit 49adee9.
1 parent cb074f9 commit 201f964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targetSdk = "36"
1414
# Foundational versions for Android app development and Kotlin language features.
1515
appcompat = "1.7.1"
1616
core-ktx = "1.17.0"
17-
kotlin = "2.2.21"
17+
kotlin = "2.3.10"
1818
kotlinx-coroutines = "1.10.2"
1919
lifecycle-extensions = "2.2.0"
2020
lifecycle-viewmodel-ktx = "2.10.0"
@@ -24,8 +24,8 @@ startup-runtime = "1.2.0"
2424
# --- Jetpack Compose ---
2525
# Versions for Jetpack Compose, Android's modern UI toolkit.
2626
# The Compose BOM (Bill of Materials) coordinates versions of all Compose libraries.
27-
activity-compose = "1.12.3"
28-
compose-bom = "2026.01.01"
27+
activity-compose = "1.12.4"
28+
compose-bom = "2026.02.00"
2929

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

5050
# --- Gradle Plugins ---

0 commit comments

Comments
 (0)