Skip to content

Commit

Permalink
Update AndroidX Media to 1.2.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Nov 11, 2023
1 parent 5f746a9 commit c56052d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 152
versionCode 153
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ android {
}

dependencies {
def media3_version = '1.1.1'
def media3_version = '1.2.0-rc01'
def androidxCoreVersion = '1.8.0'
implementation "androidx.media3:media3-session:$media3_version"
implementation "androidx.media3:media3-datasource:$media3_version"
Expand All @@ -91,10 +91,10 @@ dependencies {
exclude group: "androidx.media3", module: "media3-exoplayer"
}
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation "androidx.core:core:$androidxCoreVersion"
fullImplementation 'com.ibm.icu:icu4j:73.2'
fullImplementation 'com.ibm.icu:icu4j:74.1'
fullImplementation 'com.arthenica:ffmpeg-kit-https:6.0-2.LTS'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.preference:preference:1.2.1'
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.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

1 comment on commit c56052d

@FongMi
Copy link

@FongMi FongMi commented on c56052d Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can wait until Wednesday when media3 will release 1.2.0.

Please sign in to comment.