build(deps): bump androidx.appcompat:appcompat to 1.7.1 (#15)

Update AppCompat dependencies after a successful Android CI run.
This commit is contained in:
dependabot[bot]
2026-07-28 19:21:03 +03:30
committed by GitHub
parent c89c6c4f81
commit 16f51cf1d5
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.2.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
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.0"
appcompat = "1.7.1"
material = "1.12.0"
constraintlayout = "2.2.0"
kotlin = "2.4.10"