disable lint on production builds
This commit is contained in:
parent
4d48faa44f
commit
7f8cb4b801
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ android {
|
|||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue