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

ResolutionStrategy.AUTO: appears not to respect track #1127

Closed Chuck-Townsend closed 6 months ago

Chuck-Townsend commented 6 months ago

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.

SUPERCILEX commented 6 months ago

Yes, that's intended behavior. You can't upload an app with a duplicate version code, hence why the auto strategy is valuable in the first place.