We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That happens when shrinkResources is true and minifyEnabled is true. How can this be fixed?
The text was updated successfully, but these errors were encountered:
same here. did not resolve it yet, but the solution, seems to be in this link.
Sorry, something went wrong.
Yes. The following code in proguard-rules.pro solves it.
proguard-rules.pro
-keep class it.sephiroth.android.library.xtooltip.TooltipOverlayDrawable { *; }
I guess it can be narrowed to keep as less as possible.
No branches or pull requests
That happens when shrinkResources is true and minifyEnabled is true. How can this be fixed?
20210602_093537.mp4
The text was updated successfully, but these errors were encountered: