From d73e33eb62858b91212314d97bfe9cf49e857141 Mon Sep 17 00:00:00 2001 From: Pablo Guardiola Date: Thu, 28 Sep 2017 09:34:58 +0200 Subject: [android] fix snapshot builds (#10079) --- platform/android/MapboxGLAndroidSDK/gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'platform/android/MapboxGLAndroidSDK/gradle.properties') 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 + -- cgit v1.2.1