Don't abort on lint errors (this is the 0.2 release commit)

This commit is contained in:
str4d
2014-07-10 02:32:20 +00:00
parent 0d906be769
commit 6387f99492

View File

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