Proguard rule exception
If you have set minifyEnabled true in your Android build, you need to add the following Proguard rule in order to make an exception for certain Purse Identity SDK models.
Add the following rule to your proguard-rules.pro file to prevent Purse Identity API models from being obfuscated:
-keep class co.reachfive.identity.sdk.core.models.** {*;}