feat: EAS build config for Android APK + BUILD.md (FIBEROPS-210)

- Add versionCode: 1 to app.json android section
- Add preview-local build profile to eas.json (local Gradle build)
- Add build:android:apk and build:android:local npm scripts
- Add BUILD.md documenting EAS cloud and local build instructions
This commit is contained in:
2026-04-01 01:08:04 +00:00
parent c649b2f61b
commit bc22f0c6f6
4 changed files with 71 additions and 1 deletions

View File

@@ -13,6 +13,14 @@
"buildType": "apk"
}
},
"preview-local": {
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"
},
"env": {}
},
"production": {
"autoIncrement": true
}