@@ -23,11 +23,11 @@ dependencies {
23
23
}
24
24
25
25
26
- implementation " com.android.support:support-v4:${ project.supportLibVersion } "
27
- implementation " com.android.support:appcompat-v7:${ project.supportLibVersion } "
28
- implementation " com.android.support:design:${ project.supportLibVersion } "
26
+ implementation " com.android.support:support-v4:$S UPPORT_LIB_VERSION "
27
+ implementation " com.android.support:appcompat-v7:$S UPPORT_LIB_VERSION "
28
+ implementation " com.android.support:design:$S UPPORT_LIB_VERSION "
29
29
30
- implementation " com.android.support:cardview-v7:${ project.supportLibVersion } "
30
+ implementation " com.android.support:cardview-v7:$S UPPORT_LIB_VERSION "
31
31
32
32
implementation " com.jakewharton:butterknife:$BUTTERKNIFE_VERSION "
33
33
kapt " com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION "
@@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.0.0'
45
45
implementation ' com.jakewharton.rxbinding2:rxbinding-design:2.0.0'
46
46
47
- implementation ' com.facebook.fresco:fresco:1.3 .0'
47
+ implementation ' com.facebook.fresco:fresco:1.5 .0'
48
48
implementation ' com.facebook.stetho:stetho:1.5.0'
49
49
50
50
implementation " com.google.dagger:dagger:$DAGGER_VERSION "
@@ -62,17 +62,17 @@ dependencies {
62
62
63
63
testImplementation ' com.squareup.okhttp3:mockwebserver:3.8.1'
64
64
androidTestImplementation ' com.squareup.okhttp3:mockwebserver:3.8.1'
65
- androidTestImplementation " com.android.support:support-annotations:${ project.supportLibVersion } "
65
+ androidTestImplementation " com.android.support:support-annotations:$S UPPORT_LIB_VERSION "
66
66
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
67
67
68
- debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.1 '
69
- releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.1 '
70
- testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.1 '
68
+ debugImplementation " com.squareup.leakcanary:leakcanary-android:$L EAK_CANARY "
69
+ releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY "
70
+ testImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY "
71
71
72
- implementation ' com.google.dagger:dagger:2.11 '
73
- implementation ' com.google.dagger:dagger-android-support:2.11 '
74
- annotationProcessor ' com.google.dagger:dagger-compiler:2.11 '
75
- annotationProcessor ' com.google.dagger:dagger-android-processor:2.11 '
72
+ implementation " com.google.dagger:dagger:$D AGGER_VERSION "
73
+ implementation " com.google.dagger:dagger-android-support:$D AGGER_VERSION "
74
+ kapt " com.google.dagger:dagger-compiler:$D AGGER_VERSION "
75
+ kapt " com.google.dagger:dagger-android-processor:$D AGGER_VERSION "
76
76
}
77
77
78
78
android {
0 commit comments