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: ```proguard -keep class io.crossbar.** { *; } ```