salemlf/Fastlane Build and Deploy
Uses Fastlane to build and deploy apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-type | Type of build, where assemble (APK) or bundle (signed AAB) are valid options. | yes | assemble |
| gradle-task | Name of the gradle task to exec (eg. assembleDebug, assembleRelease, bundleRelease) | no | assembleDebug |
| package-name | Package name | no | — |
| keystore-content | Keystore file content as base64 encoded string | no | — |
| keystore-password | Keystore password | no | — |
| keystore-alias | Keystore alias | no | — |
| json-key-data | JSON keystore file content | no | — |
| project-path | Project path | yes | — |
| output-path | Output path of the build | no | output.apk |
| bundler-version | Bundler version to use | no | 2.5.5 |
| fastlane-version | Fastlane version to use | no | 2.219.0 |
| fastlane-env | env file name to pass to fastlane --env | no | — |
| ruby-version | Ruby version to use | no | head |
| node-version | Node version to use | no | latest |
Outputs
no outputs