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

main
Alibek Omarov 4 years ago
parent 9c1a4e91f3
commit 333c906a36
  1. 1
      app/build.gradle

@ -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

Loading…
Cancel
Save