0.2.40
This commit is contained in:
@@ -42,7 +42,7 @@ val projectNoticeText =
|
||||
|
||||
// A release workflow can derive the app version from its Git tag without editing the
|
||||
// source tree. Local builds keep using the checked-in default.
|
||||
val defaultVersionName = "0.2.39"
|
||||
val defaultVersionName = "0.2.40"
|
||||
val membyVersionName: String =
|
||||
(project.findProperty("memby.versionName") as String?)
|
||||
?.trim()
|
||||
@@ -227,6 +227,11 @@ dependencies {
|
||||
// media3's own HttpURLConnection client — see ui/player/PlayerEngine.kt.
|
||||
implementation("androidx.media3:media3-datasource-okhttp:1.5.1")
|
||||
|
||||
// Software-decoding fallback after Media3 exhausts its codec/container recovery.
|
||||
// Kept out of the normal path: Android TV still gets hardware decode, passthrough,
|
||||
// the full Memby OSD and the pre-roll from Media3 whenever the device can play it.
|
||||
implementation("io.github.abdallahmehiz:mpv-android-lib:0.1.12")
|
||||
|
||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
|
||||
// Ahead-of-time compiles the startup + first-scroll path. Regenerate against a real
|
||||
|
||||
Reference in New Issue
Block a user