diff --git a/extensions/cast/README.md b/extensions/cast/README.md index a0c34236c6..cc72c5f9bc 100644 --- a/extensions/cast/README.md +++ b/extensions/cast/README.md @@ -12,10 +12,10 @@ Cast receiver app. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-cast:rX.X.X' +implementation 'com.google.android.exoplayer:extension-cast:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/gvr/README.md b/extensions/gvr/README.md index f5a52d3162..5dab885436 100644 --- a/extensions/gvr/README.md +++ b/extensions/gvr/README.md @@ -12,10 +12,10 @@ of surround sound and ambisonic soundfields. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-gvr:rX.X.X' +implementation 'com.google.android.exoplayer:extension-gvr:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/ima/README.md b/extensions/ima/README.md index 208d64fe71..c5ef1af35f 100644 --- a/extensions/ima/README.md +++ b/extensions/ima/README.md @@ -12,10 +12,10 @@ alongside content. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-ima:rX.X.X' +implementation 'com.google.android.exoplayer:extension-ima:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/jobdispatcher/README.md b/extensions/jobdispatcher/README.md index 146aa3ca55..f70125ba38 100644 --- a/extensions/jobdispatcher/README.md +++ b/extensions/jobdispatcher/README.md @@ -9,10 +9,10 @@ This extension provides a Scheduler implementation which uses [Firebase JobDispa The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-jobdispatcher:rX.X.X' +implementation 'com.google.android.exoplayer:extension-jobdispatcher:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/leanback/README.md b/extensions/leanback/README.md index e9a0e6fbc4..4eba6552e1 100644 --- a/extensions/leanback/README.md +++ b/extensions/leanback/README.md @@ -11,10 +11,10 @@ ExoPlayer. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-leanback:rX.X.X' +implementation 'com.google.android.exoplayer:extension-leanback:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/mediasession/README.md b/extensions/mediasession/README.md index f89b27f0b4..bd6b59c0c1 100644 --- a/extensions/mediasession/README.md +++ b/extensions/mediasession/README.md @@ -12,10 +12,10 @@ behaviour can be extended to support other playback and custom actions. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-mediasession:rX.X.X' +implementation 'com.google.android.exoplayer:extension-mediasession:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/okhttp/README.md b/extensions/okhttp/README.md index 1469b6cd51..73297b54a9 100644 --- a/extensions/okhttp/README.md +++ b/extensions/okhttp/README.md @@ -19,10 +19,10 @@ licensed separately. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-okhttp:rX.X.X' +implementation 'com.google.android.exoplayer:extension-okhttp:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module diff --git a/extensions/rtmp/README.md b/extensions/rtmp/README.md index cf7edd7643..b222bdabd9 100644 --- a/extensions/rtmp/README.md +++ b/extensions/rtmp/README.md @@ -20,10 +20,10 @@ Android, which is licensed separately. The easiest way to use the extension is to add it as a gradle dependency: ```gradle -implementation 'com.google.android.exoplayer:extension-rtmp:rX.X.X' +implementation 'com.google.android.exoplayer:extension-rtmp:2.X.X' ``` -where `rX.X.X` is the version, which must match the version of the ExoPlayer +where `2.X.X` is the version, which must match the version of the ExoPlayer library being used. Alternatively, you can clone the ExoPlayer repository and depend on the module