luisduarte1/Google Play Developer get latest Version Code
This gets the latest version code of the latest bundle uploaded to Google Play.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| google_service_account_json | The service account json content. | yes | — |
| package_name | Google Play package name of the app | yes | — |
| track | Track to get the latest version string from | no | — |
Outputs
| name | description |
|---|---|
| latest_version_code | Latest version_code |
| latest_version_name | Latest version name of a specific track. In order to work you must provide the track as an input |