Configured lint-baseline file (for automatic builds on github)

This commit is contained in:
OMGeeky
2022-10-10 15:32:21 +02:00
parent 23a331d655
commit 3289bd6fb1

View File

@@ -1,6 +1,10 @@
apply plugin: 'com.android.application'
android {
lintOptions{
baseline file("lint.xml")
abortOnError true
}
compileSdkVersion 30
buildToolsVersion "30.0.3"