revert back to 1.9.2

This commit is contained in:
tapframe 2026-02-09 22:24:06 +05:30
parent 12a2eb3057
commit 9e2c679f0a
9 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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"