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
Enabling AUTO version bump causes exception in gradle #1139
When you enable resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.AUTO)
you get an error:/build/intermediates/gpp/atimiQa/available-version-codes.txt (No such file or directory)
This only happens when I specifically enable that property.
Describe the bug
When you enable resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.AUTO) you get an error:/build/intermediates/gpp/atimiQa/available-version-codes.txt (No such file or directory)
This only happens when I specifically enable that property.
How To Reproduce
Versions