mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-17 16:57:23 +02:00
ignore lint errors in release build
This commit is contained in:
parent
a97e1cd7e9
commit
88a6e95137
@ -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