Skip to content

Commit

Permalink
Update OkHttp dependency (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Feb 25, 2025
1 parent 5b5fde6 commit eca2d79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next version

- Update JTS dependency [#1172](https://github.com/mapsforge/vtm/pull/1172)
- Update JTS, OkHttp dependencies [#1172](https://github.com/mapsforge/vtm/pull/1172) [#1173](https://github.com/mapsforge/vtm/pull/1173)
- Remove SLF4J dependency [#1167](https://github.com/mapsforge/vtm/pull/1167) [#1170](https://github.com/mapsforge/vtm/pull/1170)
- Disable `vtm-ios` [#1166](https://github.com/mapsforge/vtm/pull/1166)
- Remove `vtm-theme-comparator` [#1169](https://github.com/mapsforge/vtm/pull/1169)
Expand Down
6 changes: 3 additions & 3 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ implementation 'org.locationtech.jts:jts-core:1.20.0'

```groovy
implementation '[PACKAGE]:vtm-http:[CURRENT-VERSION]'
// https://github.com/square/okhttp/issues/4481
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
implementation 'com.squareup.okio:okio:1.15.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okio:okio:3.6.0'
implementation 'com.squareup.okio:okio-jvm:3.6.0'
```

### MBTiles
Expand Down
3 changes: 1 addition & 2 deletions vtm-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ dependencies {
implementation project(':vtm-android')
implementation project(':vtm-extras')
implementation project(':vtm-themes')
// https://github.com/square/okhttp/issues/4481
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

android {
Expand Down
3 changes: 1 addition & 2 deletions vtm-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apply plugin: 'maven-publish'

dependencies {
api project(':vtm')
// https://github.com/square/okhttp/issues/4481
api 'com.squareup.okhttp3:okhttp:3.12.13'
api 'com.squareup.okhttp3:okhttp:4.12.0'
}

sourceSets {
Expand Down

0 comments on commit eca2d79

Please sign in to comment.