- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception with auto resolution when no conflict #879
Comments
Oh shoot, I'm guessing this line is the culprit: Line 51 in bcd707d
I think you should be able to fix the crash by bringing the version code back to one: |
I manually published version 3280000 (3.28.0.0) to the store and ran our automated deploy job again and it successfully published 3280001. |
Ok, good to hear the crash is gone. I'll just have to fix that if statement. |
+1 here. In my case, i'm using Gitlab to set my version code dynamically like below:
Its works when i remove: Note that:
Seems to write wrong info when uploaded to the Google Play Store (internal) |
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Describe the bug
We manually bumped the minor version of our app and now the publisher is throwing an
IndexOutOfBoundsException
when trying to resolve the version.How To Reproduce
Manually change the version code to a non-conflicting version, and set:
Versions
Tasks executed
publishInternalReleaseBundle
Expected behavior
No exception.
Additional context (if a crash, provide stack trace)
It seems like the version codes files is empty or non-existent.
The text was updated successfully, but these errors were encountered: