diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-07-17 15:05:53 +0200 |
---|---|---|
committer | tobrun <tobrun.van.nuland@gmail.com> | 2018-07-23 17:58:17 +0200 |
commit | f400615dc87c5583d5faabbb61287155ee500971 (patch) | |
tree | d4a48e709f389cafcc80bc969fe4e2f4152f1de6 /platform/android/gradle.properties | |
parent | 681e0141de63d0d5a545e87c40216163b2d63fc6 (diff) | |
download | qtlocation-mapboxgl-upstream/tvn-http-module.tar.gz |
[android] - modularise used http clientupstream/tvn-http-module
Diffstat (limited to 'platform/android/gradle.properties')
-rw-r--r-- | platform/android/gradle.properties | 20 |
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 |