Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 339 forks source link

Preserving updatePriority #1063

Open D4nt4lion opened 1 year ago

D4nt4lion commented 1 year ago

Problem description

updatePriority works fine when uploading a bundle. But when promoting the bundle manually it is gone. Also when using ./gradlew promoteArtifact the updatePriority prop seems to be gone. Is there any way to promote a bundle and keep the updatePriority or maybe add it again during promotion?

Potential solutions/workarounds

Introducing a possibility to keep updatePriority intact.

xtl-geiger commented 9 months ago

Is there any solution to this?