actions-marketplace-validations/Increment the version code of your project and returns the inputs as outputs
This action will increment the version code 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 | — |
| versionName | The new version name | no | — |
Outputs
| name | description |
|---|---|
| result | Action Result |
| outputVersionName | Result of Version Name |
| outputVersionCode | Result of Version Code |