Skip to content

Commit 1adad0d

Browse files
AndrewJackMax
authored and
Max
committed
Fix proguard error in Android build (#1018)
1 parent 32a1653 commit 1adad0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/app/proguard-rules.pro

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323

2424
-keepclassmembers class com.facebook.react.XReactInstanceManagerImpl {
2525
void recreateReactContextInBackground();
26-
}
26+
}
27+
28+
# Can't find referenced class org.bouncycastle.**
29+
-dontwarn com.nimbusds.jose.**

0 commit comments

Comments
 (0)