build(android): add google services and update NDK version
Some checks failed
Frontend CI / ota-android (push) Successful in 1m45s
Frontend CI / ota-ios (push) Successful in 1m49s
Frontend CI / build-android-apk (push) Has been cancelled
Frontend CI / build-and-push-web (push) Has been cancelled

Configure Firebase/Google Services support for Android and update the CI
build pipeline to use a newer NDK version.

- Add `google-services.json` and configure `googleServicesFile` in `app.json`
- Add `com.google.gms:google-services:4.4.4` classpath to build workflow
- Update Android NDK version from `27.0.12077973` to `27.1.12297006` in CI cache and installation steps
This commit is contained in:
2026-06-04 13:29:02 +08:00
parent 3cc3695d0e
commit f79415591d
3 changed files with 29 additions and 4 deletions

View File

@@ -27,6 +27,7 @@
"bundleIdentifier": "cn.qczlit.weiyou"
},
"android": {
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"backgroundColor": "#0570F9",
"foregroundImage": "./assets/android-icon-foreground.png",