Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 1f670a5

Browse files
[android] fix snapshot builds
1 parent fafe092 commit 1f670a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platform/android/MapboxGLAndroidSDK/gradle.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.mapbox.mapboxsdk
2-
VERSION_NAME=5.2.0-beta-SNAPSHOT
2+
VERSION_NAME=5.2.0-SNAPSHOT
33

44
POM_DESCRIPTION=Mapbox GL Android SDK
55
POM_URL=https://github.com/mapbox/mapbox-gl-native
@@ -17,4 +17,5 @@ POM_PACKAGING=aar
1717

1818
# Only build native dependencies for the current ABI
1919
# See https://code.google.com/p/android/issues/detail?id=221098#c20
20-
android.buildOnlyTargetAbi=true
20+
android.buildOnlyTargetAbi=true
21+

0 commit comments

Comments
 (0)