fix(exoplayer): apply subtitle styling

This commit is contained in:
edde746
2026-02-06 05:46:07 +01:00
parent f3fbdad4dc
commit 3d255f9920
6 changed files with 162 additions and 18 deletions
+2
View File
@@ -87,4 +87,6 @@ dependencies {
// libass-android for ASS/SSA subtitle rendering
implementation("io.github.peerless2012:ass-media:0.4.0-beta01")
// ass-kt core library (needed for AssRender.setFontScale)
implementation("io.github.peerless2012:ass-kt:0.4.0-beta01")
}