From d8241e46e5efa490c55aeaa52a2f6095d7a7d770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 05:26:20 +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] --- exampleapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..b6ecacc8 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation project(':tracker') - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"