From e5ab3baa7b17534bafe2115a236e5635c65998cf Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 7 Aug 2019 01:11:17 -0700 Subject: [PATCH] Fix Lint error in BouncyCastle due to javax references --- app/build.gradle | 1 + app/lint.xml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 app/lint.xml diff --git a/app/build.gradle b/app/build.gradle index f5603b9f..45d0284a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,7 @@ android { lintOptions { disable 'MissingTranslation' + lintConfig file("lint.xml") } bundle { diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 00000000..5c517bb1 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file