Commit 9cba9811 by ibaker Committed by Ian Baker

Document that apps must depend on a consistent module version

PiperOrigin-RevId: 385522972
parent fa1bb32d
Showing with 4 additions and 0 deletions
...@@ -52,6 +52,8 @@ implementation 'com.google.android.exoplayer:exoplayer-dash:2.X.X' ...@@ -52,6 +52,8 @@ implementation 'com.google.android.exoplayer:exoplayer-dash:2.X.X'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X' implementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X'
``` ```
When depending on individual modules they must all be the same version.
The available library modules are listed below. Adding a dependency to the full The available library modules are listed below. Adding a dependency to the full
ExoPlayer library is equivalent to adding dependencies on all of the library ExoPlayer library is equivalent to adding dependencies on all of the library
modules individually. modules individually.
......
...@@ -50,6 +50,8 @@ implementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X' ...@@ -50,6 +50,8 @@ implementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X'
~~~ ~~~
{: .language-gradle} {: .language-gradle}
When depending on individual modules they must all be the same version.
The available library modules are listed below. Adding a dependency to the full The available library modules are listed below. Adding a dependency to the full
ExoPlayer library is equivalent to adding dependencies on all of the library ExoPlayer library is equivalent to adding dependencies on all of the library
modules individually. modules individually.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment