Skip to content

Commit

Permalink
Update AndroidX Media to 1.4.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Jun 7, 2024
1 parent 9f28e8a commit f0aa27b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 34
versionCode 161
versionCode 162
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ android {
}

dependencies {
def media3_version = '1.3.1'
def media3_version = '1.4.0-alpha02'
def androidxCoreVersion = '1.8.0'
implementation "androidx.media3:media3-session:$media3_version"
implementation "androidx.media3:media3-datasource:$media3_version"
Expand Down
Binary file modified app/libs/lib-decoder-av1-release.aar
Binary file not shown.
Binary file modified app/libs/lib-decoder-ffmpeg-release.aar
Binary file not shown.
Binary file modified app/libs/lib-exoplayer-release.aar
Binary file not shown.
Binary file modified app/libs/lib-extractor-release.aar
Binary file not shown.
Binary file modified app/libs/lib-ui-release.aar
Binary file not shown.

0 comments on commit f0aa27b

Please sign in to comment.