add devkit to example app

This commit is contained in:
yao
2020-03-20 14:24:22 +08:00
committed by osborn
parent 55c5bf2a7b
commit 365b89cfa6
7 changed files with 35 additions and 8 deletions

View File

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