diff options
author | Fabian Guerra <fabian.guerra@mapbox.com> | 2017-08-28 15:18:20 -0400 |
---|---|---|
committer | Fabian Guerra <fabian.guerra@mapbox.com> | 2017-08-28 15:18:20 -0400 |
commit | 8c020591de0f5129b9c9d6a99fcf47fdd61a2b0f (patch) | |
tree | 8b0b981bdaf14371414da40f688d6e0a4c3932c6 /platform/android/MapboxGLAndroidSDKTestApp | |
parent | acfe485302d4356ace93b1ca4a0dcbb9554e08a5 (diff) | |
download | qtlocation-mapboxgl-8c020591de0f5129b9c9d6a99fcf47fdd61a2b0f.tar.gz |
[android] Diable lint check for MissingTranslation
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp')
-rw-r--r-- | platform/android/MapboxGLAndroidSDKTestApp/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle index 360cb36067..d7b71beefd 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle +++ b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle @@ -28,7 +28,8 @@ android { baseline file("lint-baseline-local.xml") checkAllWarnings true warningsAsErrors true - disable 'MissingTranslation', 'GoogleAppIndexingWarning', 'UnpackedNativeCode', 'IconDipSize' + disable 'MissingTranslation', 'GoogleAppIndexingWarning', 'UnpackedNativeCode', 'IconDipSize', 'TypographyQuotes' + abortOnError false } buildTypes { |