diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-22 00:29:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 18:59:46 +0000 |
commit | 74a1a8c50fccfe18b1fe1cb40725d418ae1c74ba (patch) | |
tree | 8a7df755764733e4fd28429c0328ac5b725ab2f5 | |
parent | 7029f61b5d87f3e0afd0a172dd644b9dc6c0a3ef (diff) |
fix(deps): update androidx (#3182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cc60307e..8a58c06e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle- androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidx-material = "com.google.android.material:material:1.12.0" androidx-preference = "androidx.preference:preference:1.2.1" -androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0-alpha02" +androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0-beta01" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06" androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01" @@ -49,7 +49,7 @@ build-semver = "com.github.zafarkhaja:java-semver:0.10.2" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.11.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.0.BETA1" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4" -compose-bom = "androidx.compose:compose-bom:2024.06.00" +compose-bom = "androidx.compose:compose-bom:2024.08.00" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material3 = { module = "androidx.compose.material3:material3" } |