Skip to content

Commit

Permalink
fix(ci/gradle): add dom4j proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Aug 15, 2022
1 parent 468d658 commit 693e429
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion core-websdk/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
##---------------Begin: proguard configuration for GPlay API ----------
-keep public class com.aurora.gplayapi.** { *; }
##---------------End: proguard configuration for GPlay API ----------
##---------------End: proguard configuration for GPlay API ----------

##---------------Begin: proguard configuration for dom4j ----------
-keep class org.dom4j.** { *; }
-keep interface org.dom4j.** { *; }
-keep class javax.xml.** { *; }
-keep class org.w3c.** { *; }
-keep class org.xml.** { *; }
-keep class org.xmlpull.** { *; }
-keep class org.jaxen.** { *; }
##---------------End: proguard configuration for dom4j ----------

0 comments on commit 693e429

Please sign in to comment.