mirror of
https://github.com/etesync/android
synced 2025-03-05 01:36:46 +00:00
Upgrade to okhttp/3.8.0
This commit is contained in:
parent
04e50459d4
commit
b7eaa2753f
@ -137,7 +137,7 @@ dependencies {
|
|||||||
compile group: 'com.madgag.spongycastle', name: 'core', version: '1.54.0.0'
|
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.madgag.spongycastle', name: 'prov', version: '1.54.0.0'
|
||||||
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
|
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
|
||||||
compile 'com.squareup.okhttp3:logging-interceptor:3.7.0'
|
compile 'com.squareup.okhttp3:logging-interceptor:3.8.0'
|
||||||
provided 'org.projectlombok:lombok:1.16.16'
|
provided 'org.projectlombok:lombok:1.16.16'
|
||||||
|
|
||||||
// for tests
|
// for tests
|
||||||
@ -148,8 +148,8 @@ dependencies {
|
|||||||
exclude group: 'com.android.support', module: 'support-annotations'
|
exclude group: 'com.android.support', module: 'support-annotations'
|
||||||
}
|
}
|
||||||
androidTestCompile 'junit:junit:4.12'
|
androidTestCompile 'junit:junit:4.12'
|
||||||
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.7.0'
|
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.8.0'
|
||||||
|
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
testCompile 'com.squareup.okhttp3:mockwebserver:3.7.0'
|
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.0'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user