1
0
mirror of https://framagit.org/tom79/nitterizeme synced 2025-02-03 18:57:30 +01:00

ignore lint missing translations

This commit is contained in:
Thomas 2020-02-29 11:09:34 +01:00
parent 619a7ba8e4
commit 79670e7111

View File

@ -11,6 +11,9 @@ android {
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'MissingTranslation'
}
buildTypes {
release {
minifyEnabled false