Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrading priority not being respected. #1076

Open
mattbusuu opened this issue Jan 29, 2023 · 0 comments
Open

Downgrading priority not being respected. #1076

mattbusuu opened this issue Jan 29, 2023 · 0 comments
Labels
bug Indicates an unexpected problem or unintended behavior dontclose Prevents the stale bot from closing this issue/pr

Comments

@mattbusuu
Copy link

mattbusuu commented Jan 29, 2023

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:

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

@mattbusuu mattbusuu added the bug Indicates an unexpected problem or unintended behavior label Jan 29, 2023
@SUPERCILEX SUPERCILEX added the dontclose Prevents the stale bot from closing this issue/pr label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior dontclose Prevents the stale bot from closing this issue/pr
Projects
None yet
Development

No branches or pull requests

2 participants