refactor: break down NativeCoreFacade

- 捕获解码器错误
- 旋转屏幕重建不复用旧 buffer
This commit is contained in:
Miuzarte
2026-07-12 18:40:54 +08:00
parent d459fae571
commit 90a188f355
8 changed files with 604 additions and 247 deletions

View File

@@ -60,7 +60,7 @@ android {
minSdk = 26
targetSdk = 37
versionCode = 35
versionName = "0.4.4"
versionName = "0.4.5_pre1"
externalNativeBuild {
cmake {