Update OkHttp (#811)

This commit is contained in:
Emux
2021-03-14 15:58:53 +02:00
committed by GitHub
parent 5926dd3e65
commit a308eb48ac
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ implementation 'org.locationtech.jts:jts-core:1.15.1'
```groovy
implementation 'org.mapsforge:vtm-http:[CURRENT-VERSION]'
// 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'
```