ClipSync-Mobile/eas.json
Djalim Simaila 703d8a3d34
Some checks failed
Building APK / build-apk (push) Failing after 8m8s
🎉 feat(.gitea/workflows/buildapk.yaml): add new GitHub Actions workflow for building APK
This workflow triggers on every push, sets up Java, Android SDK, bun, and EAS, installs dependencies, builds the APK, zips all APK files, and uploads the zipped APK as an artifact.
2024-04-05 16:05:41 +02:00

29 lines
441 B
JSON

{
"cli": {
"version": ">= 7.6.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}