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

Minor updates #1114

Closed Goooler closed 11 months ago

Goooler commented 11 months ago

Google Play now requires Apps published with target SDK 33 or higher, just bump the compileSdk and targetSdk in tests, see https://developer.android.com/google/play/requirements/target-sdk.

And we can kick these updates by enabling @renovate-bot.

SUPERCILEX commented 11 months ago

Thanks again!