actions-marketplace-validations/Advance android version actions
This action will increment the version code/name/stage directly in build.gradle .
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gradlePath | Gradle path to override version | yes | app/build.gradle |
| versionCode | The new version code | no | — |
| versionCodeLimiter | Limit to the last digest when adding to the version name | no | — |
| versionName | The new version name | no | — |
| versionStage | The stage of the app | no | — |
| versionMetaInfo | Added meta info to the end of the version | no | — |
Outputs
| name | description |
|---|---|
| result | Action Result |
| lastestVersionCode | Version Code |
| latestVersionName | Version Name |
| latestVersionNameWithoutStage | Version Name without stage |