From 2b60fb9b87094b258f50004258a3030d49749d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 05:01:47 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.5.1 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.5.1 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cgeo-contacts/build.gradle | 2 +- main/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgeo-contacts/build.gradle b/cgeo-contacts/build.gradle index 49f8b637145..4a1db4e42d7 100644 --- a/cgeo-contacts/build.gradle +++ b/cgeo-contacts/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'commons-io:commons-io:2.5' // Support Library AppCompat - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.1' // Android annotations implementation 'androidx.annotation:annotation:1.5.0' diff --git a/main/build.gradle b/main/build.gradle index 142d1cc453e..7e56b2623a4 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -435,7 +435,7 @@ dependencies { implementation "androidx.work:work-runtime:2.7.1" // Support Library AppCompat - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.1' // Support Library core (used for eg. HtmlCompat) implementation 'androidx.core:core:1.8.0'