Skip to content

Instantly share code, notes, and snippets.

@rutvikbhatt9
Last active December 14, 2018 11:21
Show Gist options
  • Save rutvikbhatt9/73e2a82ba5c7c066beb641ce524620fb to your computer and use it in GitHub Desktop.
Save rutvikbhatt9/73e2a82ba5c7c066beb641ce524620fb to your computer and use it in GitHub Desktop.
Set PlayStore release configuration in app/build.gradle file
...
android {
...
}
play {
track = 'alpha' // set track for playstore like 'production','beta','alpha'
serviceAccountEmail = '[email protected]' //paste your service account email
jsonFile = file('/PlayJson/play-store-key.json') // copy this line as it is do not modify
}
dependencies {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment