Skip to content

Commit 6a964ef

Browse files
committed
Update OkHttp 3.5.0
1 parent b0689a9 commit 6a964ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ processTestResources.dependsOn copyTestResources
1515

1616
dependencies {
1717
compile 'com.google.code.gson:gson:2.8.0'
18-
compile 'com.squareup.okhttp3:okhttp:3.4.2'
19-
compile 'com.squareup.okhttp3:logging-interceptor:3.4.2'
18+
compile 'com.squareup.okhttp3:okhttp:3.5.0'
19+
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
2020

2121
testCompile 'junit:junit:4.12'
2222
}

0 commit comments

Comments
 (0)