I am trying to export apk and I want to enable Proguard but it throwing below error. I read so many answers and tried but didn\'t worked. Getting below error:
You can try this keep class com.xyz.** { *; } -dontwarn com.xyz.**
keep class com.xyz.** { *; } -dontwarn com.xyz.**