Update version code and lint options for building releases with Gradle 2.0

This commit is contained in:
Cameron Gutman 2016-02-19 04:11:03 -05:00
parent 92f5f1ac71
commit aa3fc34646

View File

@ -12,7 +12,7 @@ android {
targetSdkVersion 23
versionName "4.5.3"
versionCode = 86
versionCode = 87
}
productFlavors {
@ -25,6 +25,10 @@ android {
}
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false