diff --git a/android/lib/resource/build.gradle.kts b/android/lib/resource/build.gradle.kts index fa9cd5d63e9b..5b5a066cf375 100644 --- a/android/lib/resource/build.gradle.kts +++ b/android/lib/resource/build.gradle.kts @@ -23,6 +23,9 @@ android { lint { lintConfig = file("lint.xml") + // Temporary baseline to silence a translation issue which has been reported to Crowdin. + // Remove baseline as part of: DROID-1645 + baseline = file("lint-baseline.xml") abortOnError = true warningsAsErrors = true } diff --git a/android/lib/resource/lint-baseline.xml b/android/lib/resource/lint-baseline.xml new file mode 100644 index 000000000000..4f96bb8e6f0d --- /dev/null +++ b/android/lib/resource/lint-baseline.xml @@ -0,0 +1,20 @@ + + + + + + + + +