Update OkHttp (#811)
This commit is contained in:
parent
5926dd3e65
commit
a308eb48ac
@ -95,7 +95,7 @@ implementation 'org.locationtech.jts:jts-core:1.15.1'
|
|||||||
```groovy
|
```groovy
|
||||||
implementation 'org.mapsforge:vtm-http:[CURRENT-VERSION]'
|
implementation 'org.mapsforge:vtm-http:[CURRENT-VERSION]'
|
||||||
// https://github.com/square/okhttp/issues/4481
|
// https://github.com/square/okhttp/issues/4481
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||||
implementation 'com.squareup.okio:okio:1.15.0'
|
implementation 'com.squareup.okio:okio:1.15.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ dependencies {
|
|||||||
implementation project(':vtm-extras')
|
implementation project(':vtm-extras')
|
||||||
implementation project(':vtm-themes')
|
implementation project(':vtm-themes')
|
||||||
// https://github.com/square/okhttp/issues/4481
|
// https://github.com/square/okhttp/issues/4481
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||||
implementation "org.slf4j:slf4j-android:$slf4jVersion"
|
implementation "org.slf4j:slf4j-android:$slf4jVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ apply plugin: 'maven'
|
|||||||
dependencies {
|
dependencies {
|
||||||
api project(':vtm')
|
api project(':vtm')
|
||||||
// https://github.com/square/okhttp/issues/4481
|
// https://github.com/square/okhttp/issues/4481
|
||||||
api 'com.squareup.okhttp3:okhttp:3.12.5'
|
api 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user