8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When builiding the app using proguard ofuscation the editor crashes:
Fatal Exception: java.lang.ClassCastException java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
Adding this rule to proguard helps: -keep class com.chinalwb.are.** { *; }