fix(android): remove broken Gradle signing patch, sign APK with apksigner only

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 09:12:07 +08:00
parent 0254ea8a6c
commit 0a807bf18f
4 changed files with 1 additions and 82 deletions

View File

@@ -104,7 +104,7 @@ powershell Compress-Archive -Path * -DestinationPath ../sample-site.zip -Force
### Android 签名与安装
- CI 构建完成后会`apksigner` 对 APK **签名**,可直接侧载安装
- CI 构建未签名 APK`apksigner` **签名**,可直接侧载安装(不修改 Gradle 配置,避免构建失败)
- 未配置 Secrets 时workflow 会生成临时 CI 证书(密码 `web2app-ci`,仅适合 demo
- 生产环境建议在仓库 Settings → Secrets 配置: