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:
parent
619a7ba8e4
commit
79670e7111
@ -11,6 +11,9 @@ android {
|
||||
versionName "1.4.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
Loading…
x
Reference in New Issue
Block a user