We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b2426 + da0ccf3 commit a3f768cCopy full SHA for a3f768c
app/version/version.properties
@@ -1 +1 @@
1
-VERSION=5.199.3
+VERSION=5.199.4
fastlane/Fastfile
@@ -63,8 +63,7 @@ platform :android do
63
64
upload_to_play_store(
65
apk: apkPath,
66
- track: 'production',
67
- rollout: '0.001', # ie. 0.1%
+ track: 'Staging',
68
skip_upload_screenshots: true,
69
skip_upload_images: true,
70
validate_only: false
0 commit comments