autobahn-java icon indicating copy to clipboard operation
autobahn-java copied to clipboard

Feature request: support for Proguard

Open jschmid opened this issue 4 years ago • 1 comments

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.** { *; }

jschmid avatar Mar 25 '21 06:03 jschmid

would you have a PR we can test?

oberstet avatar Mar 25 '21 09:03 oberstet