Fix proguard rules

This commit is contained in:
serso 2016-03-27 21:14:37 +02:00
parent 2529e4132f
commit cd0eb007bb
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
public static ** valueOf(java.lang.String);
}
-keep @org.simpleframework.xml.Root public class * {
-keep @org.simpleframework.xml.Root class * {
*;
}

View File

@ -46,7 +46,7 @@
public static ** valueOf(java.lang.String);
}
-keep @org.simpleframework.xml.Root public class * {
-keep @org.simpleframework.xml.Root class * {
*;
}