Add proguard rules for SimpleContact
This commit is contained in:
parent
b63d904dfe
commit
3ffc6874cb
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -28,3 +28,6 @@
|
|||
public static <1> INSTANCE;
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
# Commons
|
||||
-keep class com.simplemobiletools.commons.models.SimpleContact { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue