Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit ef71802

Browse files
fix(deps): update androidx
1 parent 5ffb622 commit ef71802

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android-sdkCommon = "31.2.2"
1212
android-lint = "31.2.2"
1313
androidx-activityCompose = "1.9.0"
1414
androidx-activityComposeCatalog = "1.9.0"
15-
androidx-core = "1.13.0"
15+
androidx-core = "1.13.1"
1616
androidx-constraint-layout = "1.0.1"
1717
compose-compiler = "1.5.12"
1818
mockk = "1.13.9"
@@ -34,20 +34,20 @@ android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "an
3434
android-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "android-lint" }
3535
android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "android-lint" }
3636
android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "android-lint" }
37-
androidx-appCompat = "androidx.appcompat:appcompat:1.6.1"
37+
androidx-appCompat = "androidx.appcompat:appcompat:1.7.0"
3838
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
3939
androidx-activityComposeCatalog = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityComposeCatalog" }
4040
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.4" }
4141
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
4242
androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraint-layout" }
4343
androidx-customView = { module = "androidx.customview:customview", version = "1.1.0" }
4444
androidx-customViewPoolingContainer = { module = "androidx.customview:customview-poolingcontainer", version = "1.0.0" }
45-
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
45+
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" }
4646
androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.3.0" }
4747
coil = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
4848
compose-animation = { module = "androidx.compose.animation:animation" }
4949
compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" }
50-
compose-bom = "androidx.compose:compose-bom:2024.04.01"
50+
compose-bom = "androidx.compose:compose-bom:2024.06.00"
5151
# compiler dependency is defined to help Renovabot update the version
5252
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
5353
compose-foundation = { module = "androidx.compose.foundation:foundation" }

0 commit comments

Comments
 (0)