Skip to content

Commit 0a6acd4

Browse files
committed
chore: update proguard.txt to reflect LiveObjects plugin renaming
1 parent 5147cbb commit 0a6acd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/proguard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-keep public class io.ably.lib.transport.WebSocketTransport$Factory {*;}
22
-keep class io.ably.lib.types.** {*;}
3-
-keep class io.ably.lib.objects.*ObjectsPlugin {*;}
3+
-keep class io.ably.lib.objects.*LiveObjectsPlugin {*;}
44
-keep class io.ably.lib.objects.serialization.*Serializer {*;}
55
-keep class io.ably.lib.objects.ObjectsJsonSerializer {*;}
66

0 commit comments

Comments
 (0)