Update Android Version Code
ActionsFetch version codes from play store and depending on the latest used updates your gradle file with the next available
integer
v0.1.3
LatestBy nathanmkaya
Tags
(2)This action will help you update the version code of your app using the Google Play Developer API v3.
You must provide one of either serviceAccountJson
or serviceAccountJsonPlainText
The service account json private key file to authorize the upload request
The service account json in plain text, provided via a secret, etc.
Required: The package name, or Application Id
uses: nathanmkaya/[email protected]
with:
serviceAccountJson: ${{ SERVICE_ACCOUNT_JSON }}
packageName: com.example.MyApp
Update Android Version Code is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.