From 5451381162e87436a0b15613c0e7b08068d9ece3 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 17 Aug 2024 22:23:22 +0200 Subject: [PATCH] [android] Publish Google Play builds into production instead of alpha Signed-off-by: Alexander Borsuk --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 16c116596d..26ac3ef618 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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'))