Skip to content

Commit 693e429

Browse files
committed
fix(ci/gradle): add dom4j proguard rules
1 parent 468d658 commit 693e429

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

core-websdk/consumer-rules.pro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
##---------------Begin: proguard configuration for GPlay API ----------
22
-keep public class com.aurora.gplayapi.** { *; }
3-
##---------------End: proguard configuration for GPlay API ----------
3+
##---------------End: proguard configuration for GPlay API ----------
4+
5+
##---------------Begin: proguard configuration for dom4j ----------
6+
-keep class org.dom4j.** { *; }
7+
-keep interface org.dom4j.** { *; }
8+
-keep class javax.xml.** { *; }
9+
-keep class org.w3c.** { *; }
10+
-keep class org.xml.** { *; }
11+
-keep class org.xmlpull.** { *; }
12+
-keep class org.jaxen.** { *; }
13+
##---------------End: proguard configuration for dom4j ----------

0 commit comments

Comments
 (0)