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
set :play:android-publisher as an API dependency #1097
I can't find some classes when writing a convention plugin, in this slack thread I was told to report it as a bug.
It seems that declaring directly in my convention plugin project fixes it, but since the model classes, like ReleaseStatus are used int the plugin extension, their dependency should be transitive (API), I think.
This issue has been automatically marked as stale because it has not had recent
activity. It will be closed if no further activity occurs. Thank you for your
contributions.
I can't find some classes when writing a convention plugin, in this slack thread I was told to report it as a bug.
It seems that declaring directly in my convention plugin project fixes it, but since the model classes, like
ReleaseStatus
are used int the plugin extension, their dependency should be transitive (API), I think.Could you take a look?