We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468d658 commit 693e429Copy full SHA for 693e429
1 file changed
core-websdk/consumer-rules.pro
@@ -1,3 +1,13 @@
1
##---------------Begin: proguard configuration for GPlay API ----------
2
-keep public class com.aurora.gplayapi.** { *; }
3
-##---------------End: proguard configuration for GPlay API ----------
+##---------------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