Skip to content

Commit

Permalink
Merge branch 'release-prep' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shorthouse committed Nov 11, 2023
2 parents cb49c9a + e82f057 commit f13dc13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
-keepclasseswithmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}

# Retain generic signatures of GSON TypeToken and its subclasses
-keep class com.google.gson.reflect.TypeToken
-keep class * extends com.google.gson.reflect.TypeToken

0 comments on commit f13dc13

Please sign in to comment.