Skip to content

Commit

Permalink
Bump okhttp to 4.9.0 (rnmapbox#1390)
Browse files Browse the repository at this point in the history
* Bump okhttp to 4.9.0

* Update CHANGELOG.md
  • Loading branch information
EvanBacon authored Jun 11, 2021
1 parent a107c43 commit 358143e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))

Android: Bump `okhttp` to `4.9.0` ([#1390](https://github.com/react-native-mapbox-gl/maps/pull/1390))



----
Expand Down
2 changes: 1 addition & 1 deletion android/rctmgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "com.android.support:support-vector-drawable:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "com.android.support:appcompat-v7:${safeExtGet('supportLibVersion', '28.0.0')}"
implementation "com.squareup.okhttp3:okhttp:${safeExtGet('okhttpVersion', '3.12.1')}"
implementation "com.squareup.okhttp3:okhttp:${safeExtGet('okhttpVersion', '4.9.0')}"


// Mapbox plugins
Expand Down

0 comments on commit 358143e

Please sign in to comment.