We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Attachment
1 parent 3ffc687 commit 50198b1Copy full SHA for 50198b1
app/proguard-rules.pro
@@ -29,5 +29,7 @@
29
kotlinx.serialization.KSerializer serializer(...);
30
}
31
32
-# Commons
+# Gson
33
-keep class com.simplemobiletools.commons.models.SimpleContact { *; }
34
+-keep class com.simplemobiletools.smsmessenger.models.Attachment { *; }
35
+-keep class com.simplemobiletools.smsmessenger.models.MessageAttachment { *; }
0 commit comments