Skip to content

Commit

Permalink
fix: Keep serialVersionUids previously removed by R8 optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Mar 30, 2023
1 parent 4b9b354 commit bce6e78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class com.cyb3rko.pincredible.** { **; }
-keep class com.cyb3rko.pincredible.**

-keepclassmembers class * implements com.cyb3rko.backpack.data.Serializable {
static final long serialVersionUID;
}

0 comments on commit bce6e78

Please sign in to comment.