build: v6 — WebView热更新修复 + fetch跨域设置

- versionCode 5→6
- WebView allowFileAccessFromFileURLs + mixedContent
- index.html 版本号v6
- index.html fetch检查更新+下载热更新完整链路
This commit is contained in:
LukeMackin
2026-07-21 14:55:57 +08:00
parent cd1f19815d
commit 0727aa33f1
3 changed files with 64 additions and 101 deletions

View File

@@ -9,7 +9,7 @@ android {
applicationId "dev.yuzu.gca"
minSdk 24
targetSdk 35
versionCode 5
versionCode 6
versionName "0.1.0"
}