From bc1b2dae11bc85b76f68017366efe819051c23c3 Mon Sep 17 00:00:00 2001 From: gyumin Date: Fri, 15 Oct 2021 02:44:43 +0100 Subject: [PATCH] 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 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index ac96ab3f3f..400eba8c9f 100644 --- a/constants.gradle +++ b/constants.gradle @@ -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'