-
Notifications
You must be signed in to change notification settings - Fork 596
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
App distribution redirect to an old Aritfact after uploading same apk with same version number #6662
Comments
I found a few problems with this issue:
|
Hi @Abdelsattar, thank you for reaching out. I tried reproducing the behavior and I was able to reproduce it. Per checking, this is working as intended. If the CRC32 checksums in the APK (or AAB) don't change, we don't create a new release. If any single bit (of the uncompressed binary) is different, then a new release is created - even if versions and build numbers are identical. With that, I'll be closing this issue now. Let me know if there's any misunderstanding so we can re-open the issue. Thanks! |
Hi @lehcar09 , Thanks for taking the time for investigation, you are right nothing have changed in the app as it was created a while ago from the same commit, but at the end it cost us a day of investigation due to misleading message
I'll request changing the response messages to clearly saying at least " No new APK uploaded: Existing version matches current changes Many Thanks. |
I'll go ahead and mark this as a feature request. Internally tracking in b/394284067. While we are unable to promise any timeline for this, we'll definitely keep this under our radar. P.S. For folks who find this useful, adding an emoji thumbs up on the original post can help us prioritize adding this to the roadmap. |
This should be fixed in version 5.1.1 of the gradle plugin which was just released. |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
Result:
Relevant Code:
we have this job in our pipeline
The text was updated successfully, but these errors were encountered: