From a950f7d4512173a76e08a0bfd8fd07ce1af04ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:05:55 +0100 Subject: [PATCH] Bump media from 1.2.0 to 1.2.1 (#365) Bumps media from 1.2.0 to 1.2.1. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b463c433..1b6117f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core:1.3.2' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' - implementation 'androidx.media:media:1.2.0' + implementation 'androidx.media:media:1.2.1' implementation platform('com.google.firebase:firebase-bom:26.1.0') implementation 'com.google.firebase:firebase-core'