Skip to content

Commit

Permalink
Add Proguard rule for Prediction model class
Browse files Browse the repository at this point in the history
  • Loading branch information
ricknout committed Aug 18, 2019
1 parent 2780bdb commit cebfde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
# Application classes that will be serialized/deserialized over Gson
-keep class com.ricknout.rugbyranker.core.api.** { *; }
-keep class com.ricknout.rugbyranker.core.vo.** { *; }
-keep class com.ricknout.rugbyranker.prediction.vo.** { *; }

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

0 comments on commit cebfde7

Please sign in to comment.