Skip to content

Commit 3ffc687

Browse files
committed
Add proguard rules for SimpleContact
1 parent b63d904 commit 3ffc687

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
public static <1> INSTANCE;
2929
kotlinx.serialization.KSerializer serializer(...);
3030
}
31+
32+
# Commons
33+
-keep class com.simplemobiletools.commons.models.SimpleContact { *; }

0 commit comments

Comments
 (0)