From 26cb42651c4400c994e000675aee0e7c00c4c0b4 Mon Sep 17 00:00:00 2001 From: map-per Date: Wed, 26 Nov 2025 15:14:09 +0100 Subject: [PATCH] [build] Fix gradle sync in Android Studio Signed-off-by: map-per --- 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 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')) }