Skip to content

Commit

Permalink
actions: bump androidx.media3:media3-common to 1.3.0 (fixes #3215) (#…
Browse files Browse the repository at this point in the history
…3209)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Mar 8, 2024
1 parent bb9337e commit e9edf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e9edf6a

Please sign in to comment.