mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-14 17:46:13 +01:00
Add proguard rules for SimpleContact
This commit is contained in:
parent
b63d904dfe
commit
3ffc6874cb
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…
Reference in New Issue
Block a user