mirror of
https://github.com/etesync/android
synced 2024-12-24 15:38:09 +00:00
Bump okhttp version.
This commit is contained in:
parent
7feddf3ff7
commit
098496a4dc
@ -103,7 +103,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.5.0'
|
compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
|
||||||
provided 'org.projectlombok:lombok:1.16.12'
|
provided 'org.projectlombok:lombok:1.16.12'
|
||||||
|
|
||||||
// for tests
|
// for tests
|
||||||
@ -114,8 +114,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.5.0'
|
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'
|
||||||
|
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
testCompile 'com.squareup.okhttp3:mockwebserver:3.5.0'
|
testCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user