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