mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 23:27:56 -05:00
- 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
11 lines
124 B
JSON
11 lines
124 B
JSON
{
|
|
"ios": {
|
|
"build": 152,
|
|
"lastDeployed": null
|
|
},
|
|
"android": {
|
|
"build": 82,
|
|
"lastDeployed": null
|
|
}
|
|
}
|