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:
add the below to your ProGuard rules
-ignorewarnings -keep class * { public private *; }
and rebuild your project.