We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a601bb commit 919dea3Copy full SHA for 919dea3
1 file changed
android/proguard.txt
@@ -1,5 +1,9 @@
1
-keep public class io.ably.lib.transport.WebSocketTransport$Factory {*;}
2
-keep class io.ably.lib.types.** {*;}
3
+-keep class io.ably.lib.objects.*ObjectsPlugin {*;}
4
+-keep class io.ably.lib.objects.serialization.*Serializer {*;}
5
+-keep class io.ably.lib.objects.ObjectsJsonSerializer {*;}
6
+
7
-keep class org.msgpack.core.** {*;}
8
-keepclasseswithmembers class io.ably.lib.rest.Auth** {*;}
9
-keep class com.google.gson.** {*;}
0 commit comments