Skip to content

Commit

Permalink
Update AndroidX Media to 1.5.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Oct 31, 2024
1 parent 0790328 commit 31be3f5
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 173
versionCode 174
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -74,7 +74,7 @@ android {
}

dependencies {
def media3_version = '1.5.0-alpha01'
def media3_version = '1.5.0-beta01'
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 31be3f5

Please sign in to comment.