swisyn/Change the version of your project
This action will change the version name or the version code directly in build.gradle (or build.gradle.kts) file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gradlePath | build.gradle path | yes | app/build.gradle |
| versionCode | The new version code | no | — |
| versionName | The new version name | no | — |
Outputs
| name | description |
|---|---|
| generated_version | Output of combined version for eg: 1.0.0 (100) |
| generated_version_name | Output of the new versionName |
| generated_version_code | Output of the new versionCode |