summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2017-09-28 09:34:58 +0200
committerGitHub <noreply@github.com>2017-09-28 09:34:58 +0200
commitd73e33eb62858b91212314d97bfe9cf49e857141 (patch)
treec5df90253e794ca092a579ddad863ac8b531e2fe
parent6d1fdf2ca3a93839bc7dc0929599dd096ab00e33 (diff)
downloadqtlocation-mapboxgl-d73e33eb62858b91212314d97bfe9cf49e857141.tar.gz
[android] fix snapshot builds (#10079)
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index a9ec9fae88..a3dab0eff6 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-beta-SNAPSHOT
+VERSION_NAME=5.2.0-SNAPSHOT
POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native
@@ -17,4 +17,5 @@ POM_PACKAGING=aar
# Only build native dependencies for the current ABI
# See https://code.google.com/p/android/issues/detail?id=221098#c20
-android.buildOnlyTargetAbi=true \ No newline at end of file
+android.buildOnlyTargetAbi=true
+