gradle: disable another lint warning that I don't want to fix

This commit is contained in:
Alibek Omarov 2020-05-03 02:49:12 +03:00
parent 7bd34b29e1
commit e707e33f93
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ android {
disable 'MissingTranslation'
disable 'ExtraTranslation'
disable 'AppCompatCustomView' // I don't care about AppCompat bloat
disable 'UseRequireInsteadOfGet'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8