@@ -18,11 +18,12 @@ dependencies {
18
18
implementation ' com.google.code.gson:gson:2.8.1'
19
19
implementation ' com.jakewharton.timber:timber:4.5.1'
20
20
implementation ' info.debatty:java-string-similarity:0.24'
21
+ implementation ' com.borjabravo:readmoretextview:2.1.0'
22
+ implementation ' com.android.support.constraint:constraint-layout:1.0.2'
21
23
implementation (' com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar' ){
22
24
transitive= true
23
25
}
24
26
25
-
26
27
implementation " com.android.support:support-v4:$SUPPORT_LIB_VERSION "
27
28
implementation " com.android.support:appcompat-v7:$SUPPORT_LIB_VERSION "
28
29
implementation " com.android.support:design:$SUPPORT_LIB_VERSION "
@@ -41,8 +42,6 @@ dependencies {
41
42
// explicitly depend on RxJava's latest version for bug fixes and new features.
42
43
implementation ' com.android.support:multidex:1.0.3'
43
44
44
- testImplementation " org.robolectric:multidex:3.4.2"
45
-
46
45
implementation ' io.reactivex.rxjava2:rxjava:2.1.2'
47
46
implementation ' com.jakewharton.rxbinding2:rxbinding:2.0.0'
48
47
implementation ' com.jakewharton.rxbinding2:rxbinding-support-v4:2.0.0'
@@ -54,33 +53,25 @@ dependencies {
54
53
55
54
implementation " com.google.dagger:dagger:$DAGGER_VERSION "
56
55
implementation " com.google.dagger:dagger-android-support:$DAGGER_VERSION "
57
-
58
56
kapt " com.google.dagger:dagger-android-processor:$DAGGER_VERSION "
59
57
kapt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
60
58
59
+ testImplementation " org.robolectric:multidex:3.4.2"
61
60
testImplementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
62
- androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
63
-
61
+ testImplementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
64
62
testImplementation ' junit:junit:4.12'
65
63
testImplementation ' org.robolectric:robolectric:3.7.1'
66
- testImplementation ' org.mockito:mockito-all:1.10.19'
67
-
64
+ testImplementation ' com.nhaarman:mockito-kotlin:1.5.0'
68
65
testImplementation ' com.squareup.okhttp3:mockwebserver:3.8.1'
66
+
67
+ androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
69
68
androidTestImplementation ' com.squareup.okhttp3:mockwebserver:3.8.1'
70
69
androidTestImplementation " com.android.support:support-annotations:$SUPPORT_LIB_VERSION "
71
- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
70
+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2-alpha1 '
72
71
73
72
debugImplementation " com.squareup.leakcanary:leakcanary-android:$LEAK_CANARY "
74
73
releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY "
75
74
testImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY "
76
-
77
- implementation " com.google.dagger:dagger:$DAGGER_VERSION "
78
- implementation " com.google.dagger:dagger-android-support:$DAGGER_VERSION "
79
- kapt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
80
- kapt " com.google.dagger:dagger-android-processor:$DAGGER_VERSION "
81
-
82
- implementation ' com.borjabravo:readmoretextview:2.1.0'
83
- implementation ' com.android.support.constraint:constraint-layout:1.0.2'
84
75
}
85
76
86
77
android {
0 commit comments