From ff29316862e1afd27bcc5dff6f473d9cbc0db555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:39:26 +0000 Subject: [PATCH] [Android]: Bump appcompat from 1.4.1 to 1.4.2 Bumps appcompat from 1.4.1 to 1.4.2. --- 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 | 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 7a2518c2..98d7528e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}" implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.7.0-alpha02' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.preference:preference-ktx:1.2.0' diff --git a/common/build.gradle b/common/build.gradle index ea6d3a66..1ce36da2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.7.0-alpha02' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index eaef699d..4caea616 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation project(":common") implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.7.0-alpha02' implementation "androidx.compose.ui:ui:1.1.1" implementation "androidx.compose.material:material:1.1.1"