Try adding this code to your proGuard rules, it worked for me
-ignorewarnings
-keep class * {
public private *;
}
The answer was posted here:
Execution failed for task ‘:app:transformClassesAndResourcesWithProguardForRelease
Try adding this code to your proGuard rules, it worked for me
-ignorewarnings
-keep class * {
public private *;
}
The answer was posted here:
Execution failed for task ‘:app:transformClassesAndResourcesWithProguardForRelease