From f2a2c531d4caf174b3eddfa248266be0fa44340d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:37:21 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat in /06_android/android 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] --- 06_android/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_android/android/app/build.gradle b/06_android/android/app/build.gradle index 28ba67f377..72c140896d 100644 --- a/06_android/android/app/build.gradle +++ b/06_android/android/app/build.gradle @@ -44,7 +44,7 @@ android { dependencies { def core_version = "1.15.0" - def appcompat_version = "1.6.1" + def appcompat_version = "1.7.0" def constraintlayout_version = "2.2.0" def mdc_version = "1.12.0" def okhttp_version = "4.12.0"