diff options
author | Tobrun <tobrun@mapbox.com> | 2017-03-31 13:48:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 13:48:27 +0200 |
commit | f0b683237d2000aa9cda819db93c1e9089fcd103 (patch) | |
tree | cd559ded20e86987a6cc5e7850b5d9b8e435ede5 /platform/android | |
parent | 1a0dc66486f3bf2236fd308b502e9edacd30ec54 (diff) | |
download | qtlocation-mapboxgl-f0b683237d2000aa9cda819db93c1e9089fcd103.tar.gz |
[android] - disable requiring supported languages for test applications (#8597)
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/MapboxGLAndroidSDKTestApp/build.gradle | 1 | ||||
-rw-r--r-- | platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle index 10baf2e108..3dc20c9f5b 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle +++ b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle @@ -27,6 +27,7 @@ android { lintOptions { checkAllWarnings true warningsAsErrors true + disable 'MissingTranslation' disable 'IconDensities' disable 'InvalidPackage' } diff --git a/platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle index e08d5a9a03..6ac8961421 100644 --- a/platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle +++ b/platform/android/MapboxGLAndroidSDKWearTestApp/build.gradle @@ -12,6 +12,10 @@ android { versionName rootProject.ext.versionName } + lintOptions { + disable 'MissingTranslation' + } + buildTypes { debug { testCoverageEnabled = true |