chrismilner/Android Increment Version
Increment your Android version code and version name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 24, 2025
- License
- None
Pinned Snippet
uses: chrismilner/android-version-increment-action@76ab48cbdf4ca04977bdd16506b5023a3dd15f27 # 1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-gradle-path | Path to your build.gradle file | no | app/build.gradle |
| name-increment-type | Which type of version increment you want: Major|Minor|Patch | yes | — |
Outputs
| name | description |
|---|---|
| new-version-code | The newly incremented version code |
| new-version-name | The newly incremented version name |