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.13k stars 341 forks source link

Preserving updatePriority #1063

Open D4nt4lion opened 2 years ago

D4nt4lion commented 2 years 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 1 year ago

Is there any solution to this?