[android] Publish Google Play builds into production instead of alpha

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-08-17 22:23:22 +02:00
parent 2a212f7233
commit 5451381162

View file

@ -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'))