From 483f105524549e553a450fefbb1679b761f9e6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:19:49 +0000 Subject: [PATCH] [Android]: Bump appcompat from 1.4.0 to 1.4.1 Bumps appcompat from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- common/build.gradle | 2 +- keypasscompose/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 091766d1..1cada6d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}" implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' @@ -89,7 +89,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation ('androidx.appcompat:appcompat:1.3.1') + implementation ('androidx.appcompat:appcompat:1.4.1') implementation "androidx.documentfile:documentfile:1.0.1" // ViewModel diff --git a/common/build.gradle b/common/build.gradle index 5ee5b964..1f9c941d 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.+' diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index 556e4e13..80a8d913 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation project(":common") implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation "androidx.compose.ui:ui:1.1.0-beta02" implementation "androidx.compose.material:material:1.0.5"