[android] Default release rollout fraction to 20% of users

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-11-26 17:24:44 +07:00
parent 2f343d3fba
commit 92c2945897

View File

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