diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-09 20:50:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 20:50:46 +0000 |
commit | efef72b6327c8e683c8844146e23d12104f12dd1 (patch) | |
tree | d83fed9434a74e18869b8763b69177bb210338da /gradle/libs.versions.toml | |
parent | cbd7824bb58c4afa71871514fa4139c512982825 (diff) |
fix(deps): update androidx (#2642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dbcf4893..ae58e85f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,14 +16,14 @@ lifecycle = "2.6.1" android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" } -androidx-annotation = "androidx.annotation:annotation:1.7.0-alpha03" +androidx-annotation = "androidx.annotation:annotation:1.7.0-beta01" androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03" 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-alpha11" +androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha12" androidx-core-ktx = "androidx.core:core-ktx:1.10.1" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha01" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha02" 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" } @@ -52,7 +52,7 @@ build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.12.0" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.1" build-versions = "com.github.ben-manes:gradle-versions-plugin:0.47.0" -compose-bom = "androidx.compose:compose-bom:2023.06.01" +compose-bom = "androidx.compose:compose-bom:2023.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" } |