Skip to content

Commit

Permalink
Add missing obfuscation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Apr 29, 2024
1 parent 02bddd5 commit c8ddc94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions realm/realm-library/proguard-rules-consumer-objectServer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
-keep class io.realm.internal.objectstore.OsApp {
io.realm.internal.objectstore.OsJavaNetworkTransport getNetworkTransport();
}

-keep class io.realm.internal.objectstore.OsSubscriptionSet$StateChangeCallback {
void onChange(byte state);
}

0 comments on commit c8ddc94

Please sign in to comment.