From 92c2945897833235346547d396131302bcecbd9e Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 26 Nov 2025 17:24:44 +0700 Subject: [PATCH] [android] Default release rollout fraction to 20% of users Signed-off-by: Konstantin Pastbin --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c691aef6..ba1644cbb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -377,6 +377,7 @@ play { track.set('production') defaultToAppBundles.set(true) releaseStatus.set(ReleaseStatus.IN_PROGRESS) + userFraction.set(0.2) // Rollout to 20% of users serviceAccountCredentials.set(file('google-play.json')) }