diff --git a/android/app/build.gradle b/android/app/build.gradle index ba1644cbb..8a286f56e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -377,7 +377,7 @@ play { track.set('production') defaultToAppBundles.set(true) releaseStatus.set(ReleaseStatus.IN_PROGRESS) - userFraction.set(0.2) // Rollout to 20% of users + userFraction.set(0.2d) // Rollout to 20% of users serviceAccountCredentials.set(file('google-play.json')) }