From d4847971711120f9d971e5ba261e3f77991f6189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 08:50:42 +0000 Subject: [PATCH] Bump androidx.media:media from 1.3.1 to 1.7.0 Bumps androidx.media:media from 1.3.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.media:media dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f24f83858..d1e5730ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.core:core:1.6.0' - implementation 'androidx.media:media:1.3.1' + implementation 'androidx.media:media:1.7.0' implementation 'androidx.multidex:multidex:2.0.1' // as we have over 65536 methods... implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'