Browse Source

:art: shift play config

Beautus 5 years ago
parent
commit
72ec5134d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle.kts

+ 2 - 2
app/build.gradle.kts

@@ -51,8 +51,8 @@ android {
 }
 play {
     serviceAccountCredentials = file(project.extra["RELEASE_GPP_KEY"] as String)
-    track = "production"
-    userFraction = 0.2
+    track = "beta"
+    userFraction = 1.0
     releaseStatus = "inProgress"
     defaultToAppBundles = true