mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2024-12-27 07:42:35 +01:00
ignore lint errors in release build
This commit is contained in:
parent
4d46434d05
commit
95c763cd62
@ -29,6 +29,11 @@ android {
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user