Skip to content

Commit 20f8010

Browse files
committed
依赖库版本升级
1 parent 2265698 commit 20f8010

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dependencies.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
def supportVersion = "25.3.1"
22
def rxBindingVersion = "0.4.0"
33
def retrofitVersion = "2.2.0"
4-
def stethoVersion = "1.3.1"
4+
def okHttpVersion = "3.7.0"
5+
def stethoVersion = "1.5.0"
56
def butterKnifeVersion = "8.5.1"
67
def daggerVersion = "2.8"
78

@@ -48,7 +49,7 @@ project.ext {
4849
"stetho-okhttp3" : "com.facebook.stetho:stetho-okhttp3:${stethoVersion}",
4950

5051
//others
51-
"okhttp3-logging-interceptor" : "com.squareup.okhttp3:logging-interceptor:3.1.2",
52+
"okhttp3-logging-interceptor" : "com.squareup.okhttp3:logging-interceptor:${okHttpVersion}",
5253
"ormlite-android" : "com.j256.ormlite:ormlite-android:4.48",
5354
"fastjson" : "com.alibaba:fastjson:1.2.31",
5455
"butterknife" : "com.jakewharton:butterknife:${butterKnifeVersion}",

0 commit comments

Comments
 (0)