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.09k stars 339 forks source link

Bumped Gradle, AGP and JDK versions #1087

Closed gmazzo closed 1 year ago

gmazzo commented 1 year ago

PR focused on refreshing the plugin build:

Breaking changes:

gmazzo commented 1 year ago

I think the testapp project can be refactored by using

pluginManagement {
    includeBuild("..")
}

So you won't have to do the validateBuildReadiness any longer, but that will be in another PR if I managed to do it.