Skip to content

Commit bf428f2

Browse files
authored
Add missing obfuscation configuration (#7887)
1 parent a69ad2f commit bf428f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

realm/realm-library/proguard-rules-consumer-objectServer.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
-keep class io.realm.internal.objectstore.OsApp {
2929
io.realm.internal.objectstore.OsJavaNetworkTransport getNetworkTransport();
3030
}
31+
32+
-keep class io.realm.internal.objectstore.OsSubscriptionSet$StateChangeCallback {
33+
void onChange(byte state);
34+
}

0 commit comments

Comments
 (0)