From 19ce7d7cc4136c08fbd74d31ac4f452a7b209bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 07:18:35 +0000 Subject: [PATCH] [Android]: Bump appcompat from 1.3.1 to 1.4.0 Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- common/build.gradle | 2 +- keypasscompose/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 67ed0267..70fe7acf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.31" implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.5.0-beta01' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' diff --git a/common/build.gradle b/common/build.gradle index dc9b0d47..afac7955 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.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.+' diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index 8c9ed769..fcaea303 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.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation "androidx.compose.ui:ui:1.1.0-beta02" implementation "androidx.compose.material:material:1.0.5"