-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
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
New code shrinker R8 fails #268
Comments
Have you filed this Google/R8? It seems like it's more in their wheelhouse than mine. |
@dlew yeap, i've also shared that with Google |
Could you link the Google ticket here? |
@dlew please check answer from Google side:
Looks like updating Android Lifecycle will solve the issue. |
Resource shrinker generates Proguard rule with old, internal syntax: `ifused`
Should be fixed via #275. |
minifyEnabled true
shrinkResources true
com.trello.lifecycle2.android.lifecycle.AndroidLifecycle.pro
:app:transformClassesAndResourcesWithR8ForRelease FAILED
The text was updated successfully, but these errors were encountered: