Skip to content

Commit

Permalink
fix(deps): update androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 6e11b7e commit e982eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android-sdkCommon = "31.2.2"
android-lint = "31.2.2"
androidx-activityCompose = "1.9.0"
androidx-activityComposeCatalog = "1.9.0"
androidx-core = "1.13.0"
androidx-core = "1.13.1"
androidx-constraint-layout = "1.0.1"
compose-compiler = "1.5.12"
mockk = "1.13.9"
Expand All @@ -34,7 +34,7 @@ android-sdkCommon = { module = "com.android.tools:sdk-common", version.ref = "an
android-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "android-lint" }
android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "android-lint" }
android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "android-lint" }
androidx-appCompat = "androidx.appcompat:appcompat:1.6.1"
androidx-appCompat = "androidx.appcompat:appcompat:1.7.0"
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
androidx-activityComposeCatalog = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityComposeCatalog" }
androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.4" }
Expand All @@ -47,7 +47,7 @@ androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator",
coil = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
compose-animation = { module = "androidx.compose.animation:animation" }
compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" }
compose-bom = "androidx.compose:compose-bom:2024.04.01"
compose-bom = "androidx.compose:compose-bom:2024.06.00"
# compiler dependency is defined to help Renovabot update the version
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
compose-foundation = { module = "androidx.compose.foundation:foundation" }
Expand Down

0 comments on commit e982eed

Please sign in to comment.