@@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
3
3
4
4
android {
5
5
compileSdkVersion 26
6
- buildToolsVersion " 26.0.1 "
6
+ buildToolsVersion ' 26.0.2 '
7
7
defaultConfig {
8
8
applicationId " com.ragdroid.dahaka"
9
9
minSdkVersion 16
@@ -32,10 +32,11 @@ android {
32
32
33
33
34
34
}
35
- final supportVersion = ' 26.0.1 '
35
+ final supportVersion = ' 26.1.0 '
36
36
final retrofitVersion = ' 2.3.0'
37
37
final espressoVersion = ' 3.0.0'
38
- final daggerVersion = ' 2.11'
38
+ final daggerVersion = ' 2.15'
39
+ final okhttpVersion = ' 3.9.1'
39
40
40
41
dependencies {
41
42
compile fileTree(dir : ' libs' , include : [' *.jar' ])
@@ -54,30 +55,29 @@ dependencies {
54
55
annotationProcessor " com.google.dagger:dagger-android-processor:${ daggerVersion} "
55
56
annotationProcessor " com.google.dagger:dagger-compiler:${ daggerVersion} "
56
57
57
- compile ' com.squareup.okhttp3:logging-interceptor:3.7.0'
58
- compile ' com.squareup.okhttp3:okhttp:3.8.0'
59
- compile ' com.google.code.gson:gson:2.8.1'
58
+ compile " com.squareup.okhttp3:logging-interceptor:${ okhttpVersion} "
59
+ compile " com.squareup.okhttp3:okhttp:${ okhttpVersion} "
60
60
61
61
compile " com.squareup.retrofit2:retrofit:${ retrofitVersion} "
62
62
compile " com.squareup.retrofit2:converter-gson:${ retrofitVersion} "
63
63
compile " com.squareup.retrofit2:adapter-rxjava2:${ retrofitVersion} "
64
64
65
65
compile ' io.reactivex.rxjava2:rxandroid:2.0.1'
66
66
67
- compile ' com.github.bumptech.glide:glide:4.0.0 '
68
- compile ' jp.wasabeef:glide-transformations:2 .0.2 '
67
+ compile ' com.github.bumptech.glide:glide:4.3.1 '
68
+ compile ' jp.wasabeef:glide-transformations:3 .0.1 '
69
69
70
70
71
71
72
72
testCompile ' junit:junit:4.12'
73
73
74
74
provided ' javax.annotation:jsr250-api:1.0'
75
75
76
- androidTestCompile " com.android.support.test:runner:1.0.0 "
77
- androidTestCompile " com.android.support.test:rules:1.0.0 "
76
+ androidTestCompile " com.android.support.test:runner:1.0.1 "
77
+ androidTestCompile " com.android.support.test:rules:1.0.1 "
78
78
androidTestCompile " com.android.support.test.espresso:espresso-core:${ espressoVersion} "
79
79
androidTestCompile " com.android.support.test.espresso:espresso-intents:${ espressoVersion} "
80
- androidTestCompile ' org.mockito:mockito-android:2.8.47 '
81
- androidTestAnnotationProcessor " com.google.dagger:dagger-compiler:2.11 "
80
+ androidTestCompile ' org.mockito:mockito-android:2.13.0 '
81
+ androidTestAnnotationProcessor " com.google.dagger:dagger-compiler:${ daggerVersion } "
82
82
83
83
}
0 commit comments