Skip to content

1.00.00

Compare
Choose a tag to compare
@Mercandj Mercandj released this 23 Sep 11:47
· 6 commits to master since this release

Run java -jar play-store-1-00-00.jar play-store-publish.json --force

with play-store-publish.json:

{
  "application_name": "TO_FILL",
  "application_package": "TO_FILL",
  "channel": "alpha",
  "rollout_percentage": "0.1",
  "app_bundle_path": "app.aab",
  "client_secret_path": "play-store-authentication.json"
}

and play-store-authentication.json:

{
  "installed": {
    "client_id": "TO_FILL",
    "client_secret": "TO_FILL",
    "redirect_uris": [],
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://accounts.google.com/o/oauth2/token"
  }
}