summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuardiola31337 <pablo.guardiola@mapbox.com>2017-11-17 16:58:10 +0100
committerGuardiola31337 <pablo.guardiola@mapbox.com>2017-11-17 17:54:10 +0100
commit6ae8bb526f0104fcfe43b6e6065048eb64720f97 (patch)
tree9a2b946a4351f6a61d3e205c1ea716d7b64adc37
parent84fbb7c5767c6ba18992bcfff0f9a76e202a3ea3 (diff)
downloadqtlocation-mapboxgl-upstream/release-android-v5.2.0.tar.gz
-rw-r--r--platform/android/CHANGELOG.md6
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
2 files changed, 6 insertions, 2 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 924a05aa85..4d3a82957c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,10 +2,14 @@
Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
-## 5.2.0 - TBA
+## 5.3.0 - TBA
* TBA
+## 5.2.0 - November 17, 2017
+
+- Monkey crashes [#10472](https://github.com/mapbox/mapbox-gl-native/pull/10472)
+
## 5.2.0-beta.5 - November 14, 2017
- MapSnapshot attribution [#10362](https://github.com/mapbox/mapbox-gl-native/pull/10362)
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index a3dab0eff6..478475766f 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.mapbox.mapboxsdk
-VERSION_NAME=5.2.0-SNAPSHOT
+VERSION_NAME=5.3.0-SNAPSHOT
POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native