Trying to generate the APK generates the following error:
Warning:Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before 'com.jakewharton:butterknife.**' in line 1 of file 'C:\Users\unicorn\Documents\Proyectos\Domix\app\proguard-rules.pro'
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
> Job failed, see logs for details
In the file proguard-rules.pro I have already put the external libraries, for example:
-dontwarn com.jakewharton: butterknife. **
And in the build.gradle I have the following:
Does anyone know how I can solve this?
Thanks in advance