Files
self/app/version.json
jayssj11 dcc341673f fix android build failure (#827)
- Modified package.json to create separate install commands for iOS and Android
  - Updated mobile-setup/action.yml to use platform-specific install commands
  - Android builds will no longer try to run pod install and increment ios build number
2025-07-31 18:35:55 +08:00

11 lines
124 B
JSON

{
"ios": {
"build": 152,
"lastDeployed": null
},
"android": {
"build": 82,
"lastDeployed": null
}
}