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 {
31
31
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
32
32
exclude group : ' com.android.support' , module : ' support-annotations'
33
33
})
34
- implementation ' androidx.appcompat:appcompat:1.0 .0'
34
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
35
35
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
36
36
testImplementation ' junit:junit:4.12'
37
37
implementation project(' :rave_android' )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
38
38
exclude group : ' com.android.support' , module : ' support-annotations'
39
39
})
40
- implementation ' androidx.appcompat:appcompat:1.0 .0'
40
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
41
41
implementation ' com.google.android.material:material:1.0.0'
42
42
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
43
43
implementation ' com.squareup.picasso:picasso:2.71828'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
implementation ' com.squareup.okhttp3:logging-interceptor:3.9.1'
52
52
implementation ' com.squareup.retrofit2:converter-scalars:2.1.0'
53
53
54
- implementation ' androidx.appcompat:appcompat:1.0 .0'
54
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
55
55
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
56
56
testImplementation ' junit:junit:4.12'
57
57
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
28
28
dependencies {
29
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
30
30
31
- implementation ' androidx.appcompat:appcompat:1.1 .0'
31
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
32
32
testImplementation ' junit:junit:4.12'
33
33
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
34
34
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments