mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-02-17 20:10:48 +01:00
ignore lint errors in release builds
This commit is contained in:
parent
95c123cc8c
commit
5a3b98aeb8
@ -29,6 +29,11 @@ android {
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
checkReleaseBuilds false
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user