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
ResolutionStrategy.AUTO: appears not to respect track #1127
I would like som clarification of the ResolutionStrategy.AUTO feature behavior. It appears that the versionCode chosen when this feature is enabled is one more than the greatest versionCode among all tracks of the app being published. Is that the intended behavior? I was expecting it to use a value of one more than the versionCode of the app being published on the specified track.
I would like som clarification of the ResolutionStrategy.AUTO feature behavior. It appears that the versionCode chosen when this feature is enabled is one more than the greatest versionCode among all tracks of the app being published. Is that the intended behavior? I was expecting it to use a value of one more than the versionCode of the app being published on the specified track.