From a0f0b69e48911bd199d3aef3d6625e071af4e1ef Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Mon, 11 Nov 2024 22:16:11 -0300 Subject: [PATCH] [gradle] Push release into the "production" track. Signed-off-by: Viktor Govako --- 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 a461d8078a..8fa1fde00c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -453,7 +453,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'))