From ec2e83311c548b227d8cf8e8792a85e5e11ddd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 12:59:26 +0000 Subject: [PATCH] Bump appcompat from 1.4.2 to 1.6.0 Bumps appcompat from 1.4.2 to 1.6.0. --- 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..8f7dd7b957e 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.0' // Android annotations implementation 'androidx.annotation:annotation:1.5.0' diff --git a/main/build.gradle b/main/build.gradle index 142d1cc453e..33530a6a840 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.0' // Support Library core (used for eg. HtmlCompat) implementation 'androidx.core:core:1.8.0'