Disabled aborting on lint-errors

This commit is contained in:
Alexander Pacha
2016-09-20 23:14:59 +02:00
parent eb488dcf95
commit bf008998b1

View File

@@ -21,6 +21,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}
dependencies {