Don't fail build if lint gives errors

master
Ruben Pollan 2014-01-10 16:20:25 -10:00
parent 9b6d4e3696
commit a14897f8b5
1 changed files with 4 additions and 0 deletions

View File

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