Don't fail build if lint gives errors

pull/1/head
Ruben Pollan 11 years ago
parent 9b6d4e3696
commit a14897f8b5

@ -58,6 +58,10 @@ android {
signingConfig signingConfigs.release
}
}
lintOptions {
abortOnError false
}
}
def Properties props = new Properties()

Loading…
Cancel
Save