forked from organicmaps/organicmaps-tmp
[android] Publish Google Play builds into production instead of alpha
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
2a212f7233
commit
5451381162
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ task prepareGoogleReleaseListing {
|
|||
|
||||
play {
|
||||
enabled.set(false)
|
||||
track.set('alpha')
|
||||
track.set('production')
|
||||
defaultToAppBundles.set(true)
|
||||
releaseStatus.set(ReleaseStatus.IN_PROGRESS)
|
||||
serviceAccountCredentials.set(file('google-play.json'))
|
||||
|
|
Loading…
Add table
Reference in a new issue