gradle: disable ExtraTranslation

This commit is contained in:
Alibek Omarov 2020-01-11 08:50:03 +03:00
parent ad4b559f8f
commit b414d891ad
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ android {
lintOptions {
disable 'MissingTranslation'
disable 'ExtraTranslation'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8