Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
hopefully fix typetoken crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Jun 13, 2023
1 parent 2e09010 commit e3199c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mastodon/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
-keep interface org.parceler.Parcel
-keep @org.parceler.Parcel class * { *; }
-keep class **$$Parcelable { *; }

-keep class com.google.gson.reflect.TypeToken
-keep class * extends com.google.gson.reflect.TypeToken
-keep public class * implements java.lang.reflect.Type

0 comments on commit e3199c0

Please sign in to comment.