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

Stable version (3.0.0) of GPP should probably not depend on beta version of the Android Gradle Plugin #865

Closed ivanbartsov closed 4 years ago

ivanbartsov commented 4 years ago

Problem description

In order to use the latest stable version 3.0.0 (which would be the go-to version for most new people) of GPP, one has to also use Android Gradle Plugin 4.1.0-beta1 -- which in turn forces one to switch Android Studio update channel to Beta

Potential solutions/workarounds

versions (3.0.0 incl.) should probably be in beta for as long as they depend on a beta AGP

SUPERCILEX commented 4 years ago

rc03 is available, so this problem will go away soon. See #864 and https://github.com/Triple-T/gradle-play-publisher/issues/839#issuecomment-669159610 for a bit more context.