I have my gradle to 2.3.3. It is working fine in debug mode. But when i am running this in release mode with proguard enabled, It is thorwing this exception
If you are using dagger in you app you should add this
-dontwarn com.google.errorprone.annotations.*
to your progaurd file. Refer this
Also please share full logs for the error.