Was looking for the same thing.
Found it was related to this GitHubIssue
Adding the following to the proguard configuration solved the issue for me:
-keep class com.dexterous.** { *; }