Don't abort on lint errors

This commit is contained in:
str4d
2014-06-27 16:34:01 +00:00
parent 3a8eeabe3e
commit a1a5aeaf6c

View File

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