-
Notifications
You must be signed in to change notification settings - Fork 405
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
Remove multidex dependency #499
Labels
Comments
Thanks for reporting! This dependency was actually meant to be |
You can also manually exclude this dependency for now by using
|
rohitjoins
pushed a commit
that referenced
this issue
Jul 14, 2023
This is only needed for instrumentation tests and should not be included in regular builds. #minor-release Issue: #499 PiperOrigin-RevId: 545913113
rohitjoins
pushed a commit
to google/ExoPlayer
that referenced
this issue
Jul 14, 2023
This is only needed for instrumentation tests and should not be included in regular builds. #minor-release Issue: androidx/media#499 PiperOrigin-RevId: 545913113
tianyif
pushed a commit
to google/ExoPlayer
that referenced
this issue
Aug 11, 2023
This is only needed for instrumentation tests and should not be included in regular builds. #minor-release Issue: androidx/media#499 PiperOrigin-RevId: 545913113 (cherry picked from commit 776abb5)
tianyif
pushed a commit
to google/ExoPlayer
that referenced
this issue
Aug 14, 2023
This is only needed for instrumentation tests and should not be included in regular builds. #minor-release Issue: androidx/media#499 PiperOrigin-RevId: 545913113 (cherry picked from commit 776abb5)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The multidex artifact was added as a dependency of every androidx.media3 library module in this commit (889f435), which I understand was to simplify the configuration for the demo apps. This adds an unnecessary transitive dependency on the multidex artifact for apps that do not require it however.
The text was updated successfully, but these errors were encountered: