crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 427 forks source link

Feature request: support for Proguard #520

Open jschmid opened 3 years ago

jschmid commented 3 years ago

It would be nice if the library provided Proguard rules.

Right now, we have to disabled proguard completely for the package to make sure it continues working:

-keep class io.crossbar.** { *; }
oberstet commented 3 years ago

would you have a PR we can test?