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.
SimpleContact
1 parent b63d904 commit 3ffc687Copy full SHA for 3ffc687
app/proguard-rules.pro
@@ -28,3 +28,6 @@
28
public static <1> INSTANCE;
29
kotlinx.serialization.KSerializer serializer(...);
30
}
31
+
32
+# Commons
33
+-keep class com.simplemobiletools.commons.models.SimpleContact { *; }
0 commit comments