Skip to content
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

Fixed: Resolved the issue where Google Play Store displayed an error during APK upload. #3641

Merged
merged 1 commit into from
Dec 28, 2023

Commits on Dec 28, 2023

  1. Fixed: Resolved the issue where Google Play Store displayed an error …

    …during APK upload.
    
    * We have excluded the universal APK from the variant list that is being uploaded to the Play Store.
    * This exclusion is necessary because we cannot disable the universal APK, as it is required to set the version code for the bundle. Disabling the universal APK would result in the bundle version code being set exclusively for `x86_64`.
    MohitMaliFtechiz committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    62883fe View commit details
    Browse the repository at this point in the history