Skip to content

Commit c30cf51

Browse files
committed
Restore keep classes in ProGuard rules
1 parent fc831e1 commit c30cf51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: app/proguard-rules.pro

+6-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113

114114
-keepnames class androidx.navigation.fragment.NavHostFragment
115115

116-
## Rugby Ranker
116+
## Rugby Ranker (classes that will be serialized/deserialized over Gson or passed as nav args)
117117

118118
-keep class dev.ricknout.rugbyranker.core.api.** { *; }
119+
-keep class dev.ricknout.rugbyranker.core.model.** { *; }
120+
-keep class dev.ricknout.rugbyranker.prediction.model.** { *; }
121+
-keep class dev.ricknout.rugbyranker.match.model.** { *; }
122+
-keep class dev.ricknout.rugbyranker.news.model.** { *; }
123+
-keep class dev.ricknout.rugbyranker.theme.model.** { *; }

0 commit comments

Comments
 (0)