diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-03 10:49:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 05:19:27 +0000 |
commit | 02f73167492a5a9f212ffe4e09d6bc4899356a85 (patch) | |
tree | b3a6aebd1c45076ad5f4169223d6a688ae511f07 /gradle | |
parent | afd9f85621ded7251ca05c61a0b0fe734c6107e2 (diff) |
fix(deps): update androidx (#3039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74a5e57a..b701aa02 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,21 +9,21 @@ flowbinding = "1.2.0" hilt = "2.51.1" kotlin = "1.9.23" kotlinResult = "2.0.0" -lifecycle = "2.8.0-beta01" +lifecycle = "2.8.0-rc01" moshi = "1.15.1" [libraries] android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4" androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } -androidx-annotation = "androidx.annotation:annotation:1.8.0-beta02" -androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03" +androidx-annotation = "androidx.annotation:annotation:1.8.0-rc01" +androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-beta01" androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13" -androidx-core-ktx = "androidx.core:core-ktx:1.13.0" +androidx-core-ktx = "androidx.core:core-ktx:1.13.1" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-rc02" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0" androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } @@ -51,7 +51,7 @@ build-r8 = "com.android.tools:r8:8.4.6-dev" build-semver = "com.github.zafarkhaja:java-semver:0.10.2" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.5.1" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4" -compose-bom = "androidx.compose:compose-bom:2024.04.01" +compose-bom = "androidx.compose:compose-bom:2024.05.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" } |