-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bundled Android Proguard rules in 2.15 not taking effect #1091
Comments
You're right, I'm not seeing those in the packaged |
Apparently it's not included in the aar in Bazel... |
Here's the issue in Bazel: bazelbuild/bazel#4467 |
@ronshapiro Was this not the correct fix, #1059? Or does bazel have a separate issue on their end? |
That only fixed things for Bazel users. Bazel is not (yet) actually adding it to the aar though (it uses it in its internal implementation) |
This is now in bazel, and at least working in 2.17, possibly 2.16 too. |
I've had
-dontwarn com.google.errorprone.annotations.*
in my project's proguard rules for a while now waiting for dagger's consumer rules to be bundled. I saw a related PR was merged for 2.15 so I've tried building without that line in my project's rules and I still get the same handful of "can't find referenced class" errors pointing to that package that I was getting prior to 2.15.The text was updated successfully, but these errors were encountered: