reset: versionCode→5, H5热更新起点v5→v6

- versionCode 6→5 (衔接Git Tag v4)
- embedded HTML→v5, 下载目标→v6
- ota/version.txt→v6
- Gitea tags v5/v6已清理
This commit is contained in:
LukeMackin
2026-07-21 18:29:03 +08:00
parent 42b3592ed9
commit ead2045ce5
3 changed files with 4 additions and 4 deletions

View File

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