epurchasepower/Get/Update Android Version
Get (and possibly update) the versionCode and versionName in the android/app/build.gradle file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gradlePath | Path to build.gradle | yes | android/app/build.gradle |
| versionCodeUpdate | Optional new value for versionCode | no | — |
| versionNameUpdate | Optional new value for versionName | — | — |
Outputs
| name | description |
|---|---|
| versionCode | Final value of versionCode |
| versionName | Final value of versionName |