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.
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.
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.