revert back to 1.9.2
This commit is contained in:
parent
12a2eb3057
commit
9e2c679f0a
9 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ android {
|
|||
configurations.all {
|
||||
exclude(group = "androidx.media3", module = "media3-exoplayer")
|
||||
exclude(group = "androidx.media3", module = "media3-ui")
|
||||
exclude(group = "androidx.media3", module = "media3-extractor")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -149,6 +148,7 @@ dependencies {
|
|||
implementation(libs.media3.session)
|
||||
implementation(libs.media3.common)
|
||||
implementation(libs.media3.container)
|
||||
implementation(libs.media3.extractor)
|
||||
|
||||
|
||||
// Local AAR libraries from forked ExoPlayer (matching Just Player setup):
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -22,7 +22,7 @@ navigationCompose = "2.7.7"
|
|||
datastore = "1.1.1"
|
||||
lifecycleViewModelCompose = "2.8.0"
|
||||
ksp = "2.3.0"
|
||||
media3 = "1.8.0"
|
||||
media3 = "1.9.2"
|
||||
quickjsKt = "1.0.1"
|
||||
jsoup = "1.17.2"
|
||||
gson = "2.10.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue