Skip to content
Snippets Groups Projects
Commit 22b40e5b authored by Marcel Dopita's avatar Marcel Dopita
Browse files

Update AndroidX Media to 1.6.0-alpha02

parent e3ce073d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 34
versionCode 184
versionCode 185
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
if (abiFilter) {
......@@ -80,7 +80,7 @@ android {
}
dependencies {
def media3_version = '1.6.0-alpha01'
def media3_version = '1.6.0-alpha02'
def androidxCoreVersion = '1.8.0'
implementation "androidx.media3:media3-session:$media3_version"
implementation "androidx.media3:media3-datasource:$media3_version"
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment