From 8f75014a2ebdaaf7305933ee3f7bc2a22b65b1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:07:28 +0000 Subject: [PATCH] build(deps): bump androidx.appcompat:appcompat from 1.7.1 to 1.8.0 Bumps androidx.appcompat:appcompat from 1.7.1 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Bcore/build.gradle | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bcore/build.gradle b/Bcore/build.gradle index fec8f20..3072a84 100644 --- a/Bcore/build.gradle +++ b/Bcore/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation 'com.google.android.material:material:1.3.0' implementation(project(":black-reflection")) annotationProcessor(project(":compiler")) - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.moandjiezana.toml:toml4j:0.7.2' diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 34a5215..97ca2ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "8.13.2" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" -appcompat = "1.7.1" +appcompat = "1.8.0" material = "1.12.0" constraintlayout = "2.2.1" kotlin = "2.4.10"