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