From 2f3fdce734f0b802e260ddd73b09e7ef052d000d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:28:54 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f2d51d9..5f0d671 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ dependencies { implementation 'com.hierynomus:smbj:0.13.0' implementation 'com.hierynomus:sshj:0.38.0' implementation 'oro:oro:2.0.8' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.preference:preference:1.2.1' implementation 'org.slf4j:slf4j-api:2.0.13' implementation 'com.github.tony19:logback-android:3.0.0'