1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-31 17:04:59 +01:00

Disabled lint

This commit is contained in:
Mariotaku Lee 2019-06-26 15:56:22 +09:00
parent a4af3768a3
commit a5e3bf9fd3

View File

@ -117,6 +117,7 @@ android {
}
lintOptions {
checkReleaseBuilds false
abortOnError false
lintConfig rootProject.file('lint.xml')
}