From f60063ad565ffdf197fa1a6f68d6dd80e043f383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:31:54 +0000 Subject: [PATCH] chore(deps): update dependency androidx.appcompat:appcompat to v1.4.1 (#1660) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"