This commit is contained in:
Christian Schabesberger 2015-12-01 21:31:10 +01:00
parent 296640930e
commit 7d3e992b3f
3 changed files with 28 additions and 0 deletions

View file

@ -17,6 +17,13 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
dependencies {