From e9edf6aaa6f0f21c49904bdc45fcfd4201bb9a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:26:35 -0500 Subject: [PATCH] actions: bump `androidx.media3:media3-common` to 1.3.0 (fixes #3215) (#3209) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fbea0cd680..f2ce9fd037 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1398 - versionName "0.13.98" + versionCode 1399 + versionName "0.13.99" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -123,7 +123,7 @@ dependencies { implementation 'com.opencsv:opencsv:5.9' implementation 'androidx.media3:media3-exoplayer:1.2.1' implementation 'androidx.media3:media3-ui:1.2.1' - implementation 'androidx.media3:media3-common:1.2.1' + implementation 'androidx.media3:media3-common:1.3.0' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'org.osmdroid:osmdroid-android:6.1.18' implementation 'com.github.clans:fab:1.6.4'