You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After releasing a second version of the app, the update priority is not being lowered.
E.g. Creating 2 releases, release A at priority 5, then release B at priority 1.
I am seeing priority 5 come back from the Google in App update API, despite setting priority back down to 1.
I have even tried removing it entirely but the result is the same. We are currently publishing to internal and then manually promoting the release from internal to production.
The gradle code is just as follows:
play {
updatePriority.set(0)
}
The task we are using to publish is:
publishAppSigningReleaseBundle
Additional context (if a crash, provide stack trace)
We have managed publishing turned on
The text was updated successfully, but these errors were encountered:
Describe the bug
After releasing a second version of the app, the update priority is not being lowered.
E.g. Creating 2 releases, release A at priority 5, then release B at priority 1.
I am seeing priority 5 come back from the Google in App update API, despite setting priority back down to 1.
I have even tried removing it entirely but the result is the same. We are currently publishing to internal and then manually promoting the release from internal to production.
The gradle code is just as follows:
The task we are using to publish is:
Additional context (if a crash, provide stack trace)
We have managed publishing turned on
The text was updated successfully, but these errors were encountered: