Skip to content

Commit

Permalink
#39 fixed again, now it works
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 30, 2017
1 parent ada7e09 commit 4ea75cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
-keep class org.simpleframework.xml.core.** { *; }
-keep class org.simpleframework.xml.util.** { *; }

-keepattributes ElementArray, ElementList, Root
-keepattributes ElementList, Root

-keepclassmembers class * {
@org.simpleframework.xml.* *;
-keepclasseswithmembers class * {
@org.simpleframework.xml.* <fields>;
}

# Chart Engine
Expand Down

0 comments on commit 4ea75cf

Please sign in to comment.