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 340 forks source link

Support for In-App Update priorities #1000

Closed bpappin closed 3 years ago

bpappin commented 3 years ago

Problem description

When trying to use the new In-App Updates components, we are required to use the new Edits API to publish update priorities.

See: https://developer.android.com/guide/playcore/in-app-updates

Potential solutions/workarounds

Allow the setting up update priority in the deployment plugin config.

Additional context

bpappin commented 3 years ago

OK, no sooner than I write this, after looking and i discover that its already a feature.