From 9cba98114c837440e29c2df68e4fdf48fdcee140 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 19 Jul 2021 12:11:59 +0100 Subject: [PATCH] Document that apps must depend on a consistent module version PiperOrigin-RevId: 385522972 --- README.md | 2 ++ docs/hello-world.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 67d52a4cec..d3c8c5e44c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ implementation 'com.google.android.exoplayer:exoplayer-dash: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 ExoPlayer library is equivalent to adding dependencies on all of the library modules individually. diff --git a/docs/hello-world.md b/docs/hello-world.md index 2ef28ed3bb..80dd002825 100644 --- a/docs/hello-world.md +++ b/docs/hello-world.md @@ -50,6 +50,8 @@ implementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X' ~~~ {: .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 ExoPlayer library is equivalent to adding dependencies on all of the library modules individually.