Fix build error

This commit is contained in:
xingxing
2016-11-26 10:28:07 +08:00
parent 263ba44b59
commit 39ece65ec2
2 changed files with 10 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ android {
versionCode 7
versionName "1.2.0"
}
lintOptions {
abortOnError false
}
buildTypes {
release {
minifyEnabled false