From bbf1acbb8f455db3d1c96130985748673aee5845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:09:54 +0000 Subject: [PATCH] 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] --- demo/build.gradle | 2 +- swipe-to-action/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/build.gradle b/demo/build.gradle index 9f92c97..e9b3a5d 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -42,7 +42,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.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" diff --git a/swipe-to-action/build.gradle b/swipe-to-action/build.gradle index 14c46e7..e2b0ccf 100644 --- a/swipe-to-action/build.gradle +++ b/swipe-to-action/build.gradle @@ -38,7 +38,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 "androidx.constraintlayout:constraintlayout:2.1.2" implementation "androidx.recyclerview:recyclerview:1.2.1" testImplementation 'junit:junit:4.13.2'