Don't fail build if lint gives errors

This commit is contained in:
Ruben Pollan 2014-01-10 16:20:25 -10:00
parent 9b6d4e3696
commit a14897f8b5

View File

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