minifyEnabled doesn't work with Sentry for Android

I have been trying to create a release apk for my android project with sentry, and minifyEnabled, but it failes with the error

    Warning: there were 37 unresolved references to classes or interfaces.
             You may need to add missing library jars or update their versions.
             If your code works fine without the missing classes, you can suppress
             the warnings with '-dontwarn' options.
             (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedclass)
    Warning: Exception while processing task java.io.IOException: Please correct the above warnings first.

when i disabled “minifyEnabled” it works fine.
Does anyone have any solution/explanation for this?

1 Like

I Have the same problem. This is my question