@@ -58,15 +58,15 @@ dependencies {
58
58
kapt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
59
59
60
60
// Unit testing
61
- testImplementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$k otlin_version "
62
- testImplementation " org.jetbrains.kotlin:kotlin-reflect:$k otlin_version "
61
+ testImplementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$K OTLIN_VERSION "
62
+ testImplementation " org.jetbrains.kotlin:kotlin-reflect:$K OTLIN_VERSION "
63
63
testImplementation ' junit:junit:4.12'
64
64
testImplementation ' org.robolectric:robolectric:3.7.1'
65
65
testImplementation ' com.nhaarman:mockito-kotlin:1.5.0'
66
66
testImplementation ' com.squareup.okhttp3:mockwebserver:3.10.0'
67
67
68
68
// Android testing
69
- androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$k otlin_version "
69
+ androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$K OTLIN_VERSION "
70
70
androidTestImplementation ' com.squareup.okhttp3:mockwebserver:3.10.0'
71
71
androidTestImplementation ' com.android.support.test:rules:1.0.2'
72
72
androidTestImplementation ' com.android.support.test:runner:1.0.2'
@@ -77,9 +77,9 @@ dependencies {
77
77
// Debugging
78
78
implementation ' com.tspoon.traceur:traceur:1.0.1'
79
79
implementation ' com.facebook.stetho:stetho:1.5.0'
80
- debugImplementation " com.squareup.leakcanary:leakcanary-android:$L EAK_CANARY "
81
- releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY "
82
- testImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY "
80
+ debugImplementation " com.squareup.leakcanary:leakcanary-android:$L EAK_CANARY_VERSION "
81
+ releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY_VERSION "
82
+ testImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$L EAK_CANARY_VERSION "
83
83
84
84
// Support libraries
85
85
implementation " com.android.support:support-v4:$SUPPORT_LIB_VERSION "
0 commit comments