From 4e922eb452fbccf1dfe22016d9b3cdc762f8d6b9 Mon Sep 17 00:00:00 2001 From: tobrun Date: Mon, 27 May 2019 16:32:45 +0200 Subject: [android] - test binary issues --- platform/android/MapboxGLAndroidSDK/build.gradle | 10 +- .../android/MapboxGLAndroidSDK/gradle.properties | 2 +- .../src/main/res-public/values/public.xml | 159 --------------------- platform/android/build.gradle | 2 +- platform/android/gradle/gradle-bintray.gradle | 1 - .../gradle/wrapper/gradle-wrapper.properties | 4 +- 6 files changed, 5 insertions(+), 173 deletions(-) delete mode 100644 platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle index 510dc79d43..a47c4c3b59 100644 --- a/platform/android/MapboxGLAndroidSDK/build.gradle +++ b/platform/android/MapboxGLAndroidSDK/build.gradle @@ -113,15 +113,7 @@ android { // proguard config for .aar consumerProguardFiles 'proguard-rules.pro' } - - // avoid naming conflicts, force usage of prefix - resourcePrefix 'mapbox_' - - sourceSets { - // limit amount of exposed library resources - main.res.srcDirs += 'src/main/res-public' - } - + lintOptions { disable 'MissingTranslation', 'TypographyQuotes', 'ObsoleteLintCustomCheck', 'MissingPermission', 'WrongThreadInterprocedural' checkAllWarnings true diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties index 9278f92721..d996dd7eca 100644 --- a/platform/android/MapboxGLAndroidSDK/gradle.properties +++ b/platform/android/MapboxGLAndroidSDK/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=8.1.0-SNAPSHOT +VERSION_NAME=8.2.0-SNAPSHOT # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20 diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml deleted file mode 100644 index 0a7397da6e..0000000000 --- a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/platform/android/build.gradle b/platform/android/build.gradle index 0be1d73a5c..a863952356 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0' + classpath 'com.android.tools.build:gradle:3.4.1' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin classpath dependenciesList.bintrayPlugin diff --git a/platform/android/gradle/gradle-bintray.gradle b/platform/android/gradle/gradle-bintray.gradle index ac08866a63..538b924774 100644 --- a/platform/android/gradle/gradle-bintray.gradle +++ b/platform/android/gradle/gradle-bintray.gradle @@ -16,7 +16,6 @@ publishing { version this.version afterEvaluate { - artifact("$buildDir/outputs/aar/mapbox-android-sdk-release.aar") artifact(androidSourcesJar) artifact(androidJavadocsJar) } diff --git a/platform/android/gradle/wrapper/gradle-wrapper.properties b/platform/android/gradle/wrapper/gradle-wrapper.properties index ff890c2349..23961803d2 100644 --- a/platform/android/gradle/wrapper/gradle-wrapper.properties +++ b/platform/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Jan 20 13:53:14 CET 2019 +#Mon May 27 16:29:15 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip -- cgit v1.2.1