Skip to content

Commit

Permalink
Fix: Add keep rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed May 19, 2023
1 parent ee52a5e commit c271166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

-dontobfuscate

#-keep class com.yausername.** { *; }
-keep class com.yausername.** { *; }
-keep class org.apache.commons.compress.archivers.zip.** { *; }

# Keep `Companion` object fields of serializable classes.
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
Expand Down

0 comments on commit c271166

Please sign in to comment.