Additional classes to be serialized

This commit is contained in:
Vitor Pamplona 2023-08-01 21:56:30 -04:00
parent 2c19b2ffef
commit c53b1571a3

View File

@ -33,6 +33,7 @@
# GSON parsing
-keep class com.vitorpamplona.amethyst.service.model.** { *; }
-keep class com.vitorpamplona.amethyst.model.** { *; }
-keep class com.vitorpamplona.amethyst.service.** { *; }
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)