mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-05-08 21:59:10 +02:00
disable lint for release builds
This commit is contained in:
parent
5f50da2951
commit
acd0a559a8
@ -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