Add proguard rules for Attachment
This commit is contained in:
parent
3ffc6874cb
commit
50198b1898
1 changed files with 3 additions and 1 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -29,5 +29,7 @@
|
||||||
kotlinx.serialization.KSerializer serializer(...);
|
kotlinx.serialization.KSerializer serializer(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Commons
|
# Gson
|
||||||
-keep class com.simplemobiletools.commons.models.SimpleContact { *; }
|
-keep class com.simplemobiletools.commons.models.SimpleContact { *; }
|
||||||
|
-keep class com.simplemobiletools.smsmessenger.models.Attachment { *; }
|
||||||
|
-keep class com.simplemobiletools.smsmessenger.models.MessageAttachment { *; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue