Fix proguard rules
This commit is contained in:
parent
2529e4132f
commit
cd0eb007bb
@ -45,7 +45,7 @@
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keep @org.simpleframework.xml.Root public class * {
|
||||
-keep @org.simpleframework.xml.Root class * {
|
||||
*;
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keep @org.simpleframework.xml.Root public class * {
|
||||
-keep @org.simpleframework.xml.Root class * {
|
||||
*;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user