@@ -52,21 +52,21 @@ dependencies {
52
52
annotationProcessor " com.github.bumptech.glide:compiler:4.7.1"
53
53
implementation " com.github.bumptech.glide:glide:4.7.1"
54
54
55
- implementation " com.android.support :appcompat-v7: ${ ANDROID_SUPPORT_VERSION } "
56
- implementation " com.android.support:design: ${ ANDROID_SUPPORT_VERSION } "
57
- implementation " com.android.support :recyclerview-v7: ${ ANDROID_SUPPORT_VERSION } "
58
- implementation " com.android.support:customtabs: ${ ANDROID_SUPPORT_VERSION } "
55
+ implementation " androidx.appcompat :appcompat: $A NDROID_X_VERSION "
56
+ implementation " com.google. android.material:material: $A NDROID_X_VERSION "
57
+ implementation " androidx.recyclerview :recyclerview: $A NDROID_X_VERSION "
58
+ implementation " androidx.browser:browser: $A NDROID_X_VERSION "
59
59
implementation ' com.squareup.retrofit2:retrofit:2.4.0'
60
60
implementation ' com.squareup.retrofit2:converter-gson:2.4.0'
61
61
implementation ' org.jsoup:jsoup:1.10.2'
62
62
implementation ' com.fmsirvent:parallaxeverywhere:1.0.4'
63
- implementation ' com.klinkerapps:drag-dismiss-activity:1.5.1 '
63
+ implementation ' com.klinkerapps:drag-dismiss-activity:1.6.0 '
64
64
implementation ' com.klinkerapps:photo_view:1.3.1'
65
65
66
66
// noinspection GradleDependency
67
67
testImplementation ' org.mockito:mockito-all:1.10.8'
68
68
testImplementation ' junit:junit:4.12'
69
- testImplementation " org.robolectric:robolectric:3.6.1 "
69
+ testImplementation " org.robolectric:robolectric:3.8 "
70
70
testImplementation ' org.powermock:powermock-mockito-release-full:1.6.1'
71
71
testImplementation ' org.powermock:powermock-module-junit4-rule:1.6.0'
72
72
testImplementation ' org.powermock:powermock-api-mockito:1.6.1'
0 commit comments