Don't fail build if lint gives errors

fork-5.53.8
Ruben Pollan 2014-01-10 16:20:25 -10:00
rodzic 9b6d4e3696
commit a14897f8b5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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