mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
Fix proguard error in Android build (#1018)
This commit is contained in:
5
android/app/proguard-rules.pro
vendored
5
android/app/proguard-rules.pro
vendored
@@ -23,4 +23,7 @@
|
||||
|
||||
-keepclassmembers class com.facebook.react.XReactInstanceManagerImpl {
|
||||
void recreateReactContextInBackground();
|
||||
}
|
||||
}
|
||||
|
||||
# Can't find referenced class org.bouncycastle.**
|
||||
-dontwarn com.nimbusds.jose.**
|
||||
|
||||
Reference in New Issue
Block a user