From 16de523e78f2894bbdcac3fa6efe980c60827a7c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 29 Jun 2014 12:49:10 -0700 Subject: [PATCH] Ignore Lint error because Bouncy Castle calls API that don't exist in Android (some javax packages). We don't call these paths so we're okay now, but we need to remember that this can be a problem later on. --- lint.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lint.xml b/lint.xml index f38cd35e..3de1a627 100644 --- a/lint.xml +++ b/lint.xml @@ -6,6 +6,9 @@ + + +