Skip to content

Commit

Permalink
Update AndroidX Media to 1.5.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Oct 25, 2024
1 parent f061eb2 commit 29a0f5b
Show file tree
Hide file tree
Showing 6 changed files 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 @@ -4,14 +4,14 @@ plugins {

android {
namespace 'com.brouken.player'
compileSdk 34
compileSdk 35
ndkVersion '21.4.7075529'

defaultConfig {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 34
versionCode 171
versionCode 172
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -74,7 +74,7 @@ android {
}

dependencies {
def media3_version = '1.4.1'
def media3_version = '1.5.0-alpha01'
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 29a0f5b

Please sign in to comment.