File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
def supportVersion = " 25.3.1"
2
2
def rxBindingVersion = " 0.4.0"
3
3
def retrofitVersion = " 2.2.0"
4
- def stethoVersion = " 1.3.1"
4
+ def okHttpVersion = " 3.7.0"
5
+ def stethoVersion = " 1.5.0"
5
6
def butterKnifeVersion = " 8.5.1"
6
7
def daggerVersion = " 2.8"
7
8
@@ -48,7 +49,7 @@ project.ext {
48
49
" stetho-okhttp3" : " com.facebook.stetho:stetho-okhttp3:${ stethoVersion} " ,
49
50
50
51
// others
51
- " okhttp3-logging-interceptor" : " com.squareup.okhttp3:logging-interceptor:3.1.2 " ,
52
+ " okhttp3-logging-interceptor" : " com.squareup.okhttp3:logging-interceptor:${ okHttpVersion } " ,
52
53
" ormlite-android" : " com.j256.ormlite:ormlite-android:4.48" ,
53
54
" fastjson" : " com.alibaba:fastjson:1.2.31" ,
54
55
" butterknife" : " com.jakewharton:butterknife:${ butterKnifeVersion} " ,
You can’t perform that action at this time.
0 commit comments