Supress lint (for testing)

This commit is contained in:
ArtDev 2020-08-03 15:08:11 +03:00 committed by GitHub
parent 3f1bec6368
commit 556b5cede4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,11 @@ android {
dexOptions {
javaMaxHeapSize "4g"
}
android {
lintOptions {
abortOnError false
}
}
defaultConfig {
applicationId "net.kdt.pojavlaunch"
minSdkVersion 21