Skip to content

Releases: Mercandj/play-store

1.00.02

04 Jun 14:27
Compare
Choose a tag to compare
[Version] Variable in only one field

1.00.00

23 Sep 11:47
Compare
Choose a tag to compare

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"
  }
}