My code works fine with debug build
varient but whent i try with release build
it givs me an error java.lang.NoSuchFieldException:
for some enum
value
String str = mGson.toJson(obj));
I tried so many answers but it did not work i have enum in my progurad rules file
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}