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.11k stars 340 forks source link

Minor updates #1114

Closed Goooler closed 9 months ago

Goooler commented 9 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 9 months ago

Thanks again!