File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838dependencies {
3939 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4040
41- implementation ' androidx.appcompat:appcompat:1.6.0 '
41+ implementation ' androidx.appcompat:appcompat:1.7.0-alpha02 '
4242 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4343 implementation ' com.google.android.material:material:1.6.0'
4444 implementation project(' :trashapp_common' )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
3434dependencies {
3535 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3636
37- implementation ' androidx.appcompat:appcompat:1.6.0 '
37+ implementation ' androidx.appcompat:appcompat:1.7.0-alpha02 '
3838 implementation ' com.google.code.gson:gson:2.9.0'
3939 testImplementation ' junit:junit:4.13.2'
4040 androidTestImplementation ' androidx.test:runner:1.5.2'
You can’t perform that action at this time.
0 commit comments