From 1adad0df291934cff101c9031d79a50fe4ec2cd3 Mon Sep 17 00:00:00 2001 From: Andrew Jack Date: Wed, 27 Sep 2017 08:37:40 +0100 Subject: [PATCH] Fix proguard error in Android build (#1018) --- android/app/proguard-rules.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index dd92902..3aeb59c 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -23,4 +23,7 @@ -keepclassmembers class com.facebook.react.XReactInstanceManagerImpl { void recreateReactContextInBackground(); -} \ No newline at end of file +} + +# Can't find referenced class org.bouncycastle.** +-dontwarn com.nimbusds.jose.**