Skip to content

Commit

Permalink
Merge pull request #40 from geteduroam/feature/organization_fixes
Browse files Browse the repository at this point in the history
Fix proguard rules
  • Loading branch information
dzolnai authored Oct 19, 2023
2 parents 494d287 + 5755823 commit 4127892
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
-keep class org.simpleframework.xml.**{ *; }
-keep class org.simpleframework.xml.core.**{ *; }
-keep class org.simpleframework.xml.util.**{ *; }
-keepattributes *Annotation*
-keepattributes Signature
-keepclassmembers class * {
@org.simpleframework.xml.* *;
}
-keepattributes Signature
-keepattributes ElementList, Root, *Annotation*

0 comments on commit 4127892

Please sign in to comment.