1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-07 15:28:51 +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 { lintOptions {
checkReleaseBuilds false
abortOnError false abortOnError false
lintConfig rootProject.file('lint.xml') lintConfig rootProject.file('lint.xml')
} }