File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
3232 exclude group : ' com.android.support' , module : ' support-annotations'
3333 })
34- implementation ' androidx.appcompat:appcompat:1.0 .0'
34+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3535 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3636 testImplementation ' junit:junit:4.12'
3737 implementation project(' :rave_android' )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
3838 exclude group : ' com.android.support' , module : ' support-annotations'
3939 })
40- implementation ' androidx.appcompat:appcompat:1.0 .0'
40+ implementation ' androidx.appcompat:appcompat:1.2 .0'
4141 implementation ' com.google.android.material:material:1.0.0'
4242 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4343 implementation ' com.squareup.picasso:picasso:2.71828'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation ' com.squareup.okhttp3:logging-interceptor:3.9.1'
5252 implementation ' com.squareup.retrofit2:converter-scalars:2.1.0'
5353
54- implementation ' androidx.appcompat:appcompat:1.0 .0'
54+ implementation ' androidx.appcompat:appcompat:1.2 .0'
5555 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
5656 testImplementation ' junit:junit:4.12'
5757 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828dependencies {
2929 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3030
31- implementation ' androidx.appcompat:appcompat:1.1 .0'
31+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3232 testImplementation ' junit:junit:4.12'
3333 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
3434 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments