mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 08:47:12 -07:00
added abort on error
This commit is contained in:
parent
629c7ef4dd
commit
f003baf41e
2 changed files with 9 additions and 1 deletions
|
@ -23,6 +23,11 @@ android {
|
|||
versionName "1.0"
|
||||
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue