mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-14 13:12:10 +02:00
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:
+1
-1
@@ -106,7 +106,7 @@ dependencies {
|
|||||||
implementation 'com.google.android.material:material:1.3.0'
|
implementation 'com.google.android.material:material:1.3.0'
|
||||||
implementation(project(":black-reflection"))
|
implementation(project(":black-reflection"))
|
||||||
annotationProcessor(project(":compiler"))
|
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'
|
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ agp = "8.13.2"
|
|||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
junitVersion = "1.3.0"
|
junitVersion = "1.3.0"
|
||||||
espressoCore = "3.7.0"
|
espressoCore = "3.7.0"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.1"
|
||||||
material = "1.12.0"
|
material = "1.12.0"
|
||||||
constraintlayout = "2.2.0"
|
constraintlayout = "2.2.0"
|
||||||
kotlin = "2.4.10"
|
kotlin = "2.4.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user