gradle: disable ExtraTranslation

This commit is contained in:
Alibek Omarov 2020-01-11 08:50:03 +03:00
parent 752e14fb8c
commit 82aac35fdb
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