summaryrefslogtreecommitdiff
path: root/platform/android/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/gradle.properties')
-rw-r--r--platform/android/gradle.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/platform/android/gradle.properties b/platform/android/gradle.properties
new file mode 100644
index 0000000000..77a93829f9
--- /dev/null
+++ b/platform/android/gradle.properties
@@ -0,0 +1,20 @@
+GROUP=com.mapbox.mapboxsdk
+VERSION_NAME=6.4.0-SNAPSHOT
+
+POM_DESCRIPTION=Mapbox GL Android SDK
+POM_URL=https://github.com/mapbox/mapbox-gl-native
+POM_SCM_URL=https://github.com/mapbox/mapbox-gl-native
+POM_SCM_CONNECTION=scm:git@github.com:mapbox/mapbox-gl-native.git
+POM_SCM_DEV_CONNECTION=scm:git@github.com:mapbox/mapbox-gl-native.git
+POM_LICENCE_NAME=The Apache Software License, Version 2.0
+POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
+POM_LICENCE_DIST=repo
+POM_DEVELOPER_ID=mapbox
+POM_DEVELOPER_NAME=Mapbox
+POM_NAME=Mapbox Maps SDK for Android
+POM_ARTIFACT_ID=mapbox-android-sdk
+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