diff --git a/CHANGELOG.md b/CHANGELOG.md index b7384cdf3..50223453a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ PR Title ([#123](link to my pr)) ``` Fix TypeScript type for Callout's textStyle prop ([#1450](https://github.com/react-native-mapbox-gl/maps/pull/1450)) -Move from react-native-testing-library => @testing-library/react-native ([#1453](https://github.com/react-native-mapbox-gl/maps/pull/1453)) +Fix crash with missing okhttp dependency ([#1452](https://github.com/react-native-mapbox-gl/maps/pull/1452)) +Move from react-native-testing-library => @testing-library/react-native ([#1453](https://github.com/react-native-mapbox-gl/maps/pull/1453)) --- diff --git a/android/rctmgl/build.gradle b/android/rctmgl/build.gradle index 917b78c86..79bc3fc1a 100644 --- a/android/rctmgl/build.gradle +++ b/android/rctmgl/build.gradle @@ -63,6 +63,7 @@ dependencies { 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', '4.9.0')}" + implementation "com.squareup.okhttp3:okhttp-urlconnection:${safeExtGet('okhttpVersion', '4.9.0')}" // Mapbox plugins