1
0
Fork 0
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:
Cesar Ferreira 2016-09-04 19:15:09 +01:00
parent 629c7ef4dd
commit f003baf41e
2 changed files with 9 additions and 1 deletions

View file

@ -23,6 +23,11 @@ android {
versionName "1.0"
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false

View file

@ -10,8 +10,11 @@ android {
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false