1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Bump okhttp version.

This commit is contained in:
Tom Hacohen 2017-02-08 13:01:36 +00:00
parent 7feddf3ff7
commit 098496a4dc

View File

@ -103,7 +103,7 @@ dependencies {
compile group: 'com.madgag.spongycastle', name: 'core', version: '1.54.0.0'
compile group: 'com.madgag.spongycastle', name: 'prov', version: '1.54.0.0'
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
provided 'org.projectlombok:lombok:1.16.12'
// for tests
@ -114,8 +114,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
}
androidTestCompile 'junit:junit:4.12'
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.5.0'
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'
testCompile 'junit:junit:4.12'
testCompile 'com.squareup.okhttp3:mockwebserver:3.5.0'
testCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'
}