Fix Lint error in BouncyCastle due to javax references

This commit is contained in:
Cameron Gutman 2019-08-07 01:11:17 -07:00
parent 38da42caf3
commit e5ab3baa7b
2 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,7 @@ android {
lintOptions {
disable 'MissingTranslation'
lintConfig file("lint.xml")
}
bundle {

6
app/lint.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage">
<ignore path="**/bcpkix-jdk15on-*.jar"/>
</issue>
</lint>