forked from organicmaps/organicmaps
[android] Fix staged rollout for Google Play
The userFraction is only applicable where releaseStatus=[IN_PROGRESS/HALTED] Untested. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
e24a44da22
commit
653907b063
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ play {
|
|||
track.set("production")
|
||||
userFraction.set(Double.valueOf(0.05)) // 5%
|
||||
defaultToAppBundles.set(true)
|
||||
releaseStatus.set(ReleaseStatus.COMPLETED)
|
||||
releaseStatus.set(ReleaseStatus.HALTED)
|
||||
serviceAccountCredentials.set(file("google-play.json"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue