fix: Keep TabDataJsonAdapter so Moshi can deserialize in release builds (#535)

This commit is contained in:
Nik Clayton 2024-03-14 20:10:34 +01:00 committed by GitHub
parent 256c6139ac
commit 6c970a9742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
-keepclassmembers class app.pachli.core.database.model.ConversationAccountEntity { *; }
-keepclassmembers class app.pachli.core.database.model.DraftAttachment { *; }
-keep class app.pachli.core.database.model.TabDataJsonAdapter { *; }
-keep enum app.pachli.core.database.model.DraftAttachment$Type {
public *;