From 9402b9a6302393136d5330d27f3d682629b0c26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 06:12:52 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4690b9c..f2c3a0d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ shizuku = "13.1.5" [libraries] activity = "androidx.activity:activity:1.13.0" -appcompat = "androidx.appcompat:appcompat:1.7.0" +appcompat = "androidx.appcompat:appcompat:1.7.1" androidx-test-ext-junit = "androidx.test.ext:junit:1.3.0" browser = "androidx.browser:browser:1.10.0" core-i18n = "androidx.core:core-i18n:1.0.0"