diff options
author | Pablo Guardiola <guardiola31337@gmail.com> | 2017-11-20 20:10:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 20:10:04 +0100 |
commit | 9206e46154f4d3c79ebe3da405fc6b641d336cb9 (patch) | |
tree | dd1346a8b96a1d82a518f7758050fb4da7e1ebd5 | |
parent | 34fe323924896ba7d3a1fc07174c8b528b013f55 (diff) | |
download | qtlocation-mapboxgl-9206e46154f4d3c79ebe3da405fc6b641d336cb9.tar.gz |
release android v5.2.0 (#10487)
-rw-r--r-- | platform/android/CHANGELOG.md | 6 | ||||
-rw-r--r-- | platform/android/MapboxGLAndroidSDK/gradle.properties | 2 |
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 |