This commit is contained in:
ponzischeme89
2026-08-10 08:37:08 +12:00
parent d2f2eb62be
commit 78d26effbf
18 changed files with 592 additions and 44 deletions
+5
View File
@@ -38,6 +38,11 @@
-dontwarn androidx.media3.**
-dontwarn kotlinx.coroutines.**
# --- libmpv JNI ----------------------------------------------------------------------
# The published wrapper has no consumer rules. Its native bridge looks these classes and
# callbacks up by their compiled names, so a release build must not rename either side.
-keep class is.xyz.mpv.** { *; }
# --- Crash readability ---------------------------------------------------------------
# Releases are self-hosted with no crash reporter, so a stack trace read off a TV over
# adb is the only diagnostic there is. Line numbers cost a little dex size and are worth