diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-13 09:31:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 09:31:54 +0000 |
commit | f60063ad565ffdf197fa1a6f68d6dd80e043f383 (patch) | |
tree | b817950a61ee73e2be38098f702e204144e42867 /gradle/libs.versions.toml | |
parent | 09f43b7ed54f5d6b03434012a372423906994abb (diff) |
chore(deps): update dependency androidx.appcompat:appcompat to v1.4.1 (#1660)
Co-authored-by: Renovate Bot <bot@renovateapp.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 90cf9353..adcdf527 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx_activity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx_activity" } androidx-annotation = "androidx.annotation:annotation:1.3.0" -androidx-appcompat = "androidx.appcompat:appcompat:1.4.0" +androidx-appcompat = "androidx.appcompat:appcompat:1.4.1" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha04" androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha03" |