-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Embed R8 rules in JAR #652
Comments
EventBus is not distributed as an Android library (AAR), so that won't work. But we could embed them using a meta-inf file similar to objectbox/objectbox-java@92f3cd5 |
If proguard rule is embeded in META-INF directory, can gradle build system refer to this file? |
Once we do, yes. However, it's R8 that uses this file, not Gradle. |
This proposal is necessary because it is in step with The Times. Hope the official adoption update! |
Resolved as part of #670. |
Link: https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.BuildType.html#com.android.build.gradle.internal.dsl.BuildType:consumerProguardFiles
The text was updated successfully, but these errors were encountered: