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

Commit

Permalink
[android] fix snapshot builds (#10079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored Sep 28, 2017
1 parent 6d1fdf2 commit d73e33e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platform/android/MapboxGLAndroidSDK/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
android.buildOnlyTargetAbi=true

0 comments on commit d73e33e

Please sign in to comment.