chore: add two rules to proguard-rules.pro

This commit is contained in:
Dawid Wysokiński 2021-06-08 17:23:10 +02:00
parent 8fa0405a21
commit 508c806ae2
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
-keep class com.facebook.hermes.unicode.** { *; }
-keep class com.facebook.jni.** { *; }