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
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
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 Plugin4.1.0-beta1
-- which in turn forces one to switch Android Studio update channel to BetaPotential solutions/workarounds
versions (3.0.0 incl.) should probably be in beta for as long as they depend on a beta AGP