From 740961063aabf3d11339d0abe2b4a01193ebc16b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 2 Oct 2021 12:14:49 +0200 Subject: [PATCH] updating androidx.media library to 1.4.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0d918d72..d4a61df4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { dependencies { implementation 'com.github.SimpleMobileTools:Simple-Commons:3e78714205' implementation 'org.greenrobot:eventbus:3.2.0' - implementation 'androidx.media:media:1.3.1' + implementation 'androidx.media:media:1.4.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'com.google.android.material:material:1.4.0'