Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michele Balistreri
2019-03-27 19:04:14 +03:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ android {
}
lintOptions {
abortOnError false
lintConfig file("lint-config.xml")
}
compileOptions {
+5
View File
@@ -0,0 +1,5 @@
<lint>
<issue id="InvalidPackage">
<ignore path="**/bcprov-jdk15on-*.jar"/>
</issue>
</lint>