File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
}
42
42
43
43
dependencies {
44
- implementation ' androidx.appcompat:appcompat:1.6.1 '
44
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
45
45
46
46
implementation ' com.google.code.gson:gson:2.11.0'
47
47
// Required if generating JSR-303 annotations
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- implementation(" androidx.appcompat:appcompat:1.6.1 " )
38
+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
39
39
40
40
// Required for @Generated annotation
41
41
implementation(" org.glassfish:javax.annotation:10.0-b28" )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
35
35
dependencies {
36
36
implementation(" androidx.core:core-ktx:1.13.1" )
37
- implementation(" androidx.appcompat:appcompat:1.6.1 " )
37
+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
38
38
implementation(" com.google.android.material:material:1.12.0" )
39
39
implementation(" com.google.code.gson:gson:2.11.0" )
40
40
androidTestImplementation(" junit:junit:4.13.2" )
You can’t perform that action at this time.
0 commit comments