android: update proguard file for doric

This commit is contained in:
pengfei.zhou 2022-03-03 14:45:16 +08:00 committed by osborn
parent 3f16f6fa26
commit 92bbe90165

View File

@ -19,15 +19,13 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keep class pub.doric.extension.bridge.DoricPlugin
-keep class pub.doric.extension.bridge.DoricMethod
-keep @pub.doric.extension.bridge.DoricPlugin class * {*;} -keepclassmembers @pub.doric.extension.bridge.DoricPlugin class ** {
<init>(*);
}
-keepclasseswithmembers @pub.doric.extension.bridge.DoricPlugin class * {*;} -keepclassmembers class * {
@pub.doric.extension.bridge.DoricMethod <methods>;
-keep class * {
@pub.doric.extension.bridge.DoricMethod <fields>;
} }
-keep class com.facebook.yoga.** {*;} -keep class com.facebook.yoga.** {*;}