Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1adad0d

Browse files
AndrewJackMax
authored andcommitted
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

Lines changed: 4 additions & 1 deletion
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)