Build fails with app:transformClassesAndResourcesWithProguardForRelease on upgrading gradle version to 2.3.3

后端 未结 1 834
名媛妹妹
名媛妹妹 2020-12-22 09:31

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

         


        
相关标签:
1条回答
  • 2020-12-22 10:12

    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.

    0 讨论(0)
提交回复
热议问题