Skip to content

Commit 096eb0e

Browse files
author
Nick Rout
committed
Don't obfuscate Theme model
1 parent b55c28a commit 096eb0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
-keep class dev.ricknout.rugbyranker.prediction.model.** { *; }
6767
-keep class dev.ricknout.rugbyranker.match.model.** { *; }
6868
-keep class dev.ricknout.rugbyranker.news.model.** { *; }
69+
-keep class dev.ricknout.rugbyranker.theme.model.** { *; }
6970

7071
# Prevent proguard from stripping interface information from TypeAdapterFactory,
7172
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)

0 commit comments

Comments
 (0)