diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-30 07:26:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 07:26:09 +0000 |
commit | 3f77a4adbb647ec7cd994be0cfa8b3cca8dc1a36 (patch) | |
tree | 7c366c573d8352d992ca26f19423ff663ca11b9f /gradle/libs.versions.toml | |
parent | 8b742a444228c68ed8986b3a24f2f84b65605277 (diff) |
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0 (#3072)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fbea3a55..685d9e11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ 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" -androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-rc01" +androidx-appcompat = "androidx.appcompat:appcompat:1.7.0" 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" |