Update androidx.media version to 1.4.3

It fixes the issue that the library injects an intent query element to
app's AndroidManifest.xml by updating the dependency on androidx.media.
Please refer to the release note of androidx.media 1.4.3 for details.
https://developer.android.com/jetpack/androidx/releases/media#media-1.4.3

Issue: #9480
#minor-release
PiperOrigin-RevId: 403243445
This commit is contained in:
gyumin 2021-10-15 02:44:43 +01:00 committed by Oliver Woodman
parent 6ef82e4423
commit bc1b2dae11

View File

@ -40,7 +40,7 @@ project.ext {
androidxCollectionVersion = '1.1.0'
androidxCoreVersion = '1.6.0'
androidxFuturesVersion = '1.1.0'
androidxMediaVersion = '1.4.2'
androidxMediaVersion = '1.4.3'
androidxMedia2Version = '1.1.3'
androidxMultidexVersion = '2.0.1'
androidxRecyclerViewVersion = '1.2.1'