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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-17 22:07:28 +00:00
committed by GitHub
parent 330c634715
commit 8f75014a2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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"