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

fix(android): check version code in release mode #9898

Merged
merged 1 commit into from
May 28, 2024

Conversation

pewsheen
Copy link
Contributor

Ref: #9856 (comment)

CTA creates a new project with version 0.0.0 in tauri.conf.json and converts it to VersionCode=0 which is an invalid
version.

If the user is using dev mode, we can clamp the number and make it pass. When the user is building in release mode, we should let it fail and give a hint about the version.

@lucasfernog lucasfernog merged commit adac218 into tauri-apps:dev May 28, 2024
22 checks passed
@pewsheen pewsheen deleted the fix/check-android-version-code branch May 28, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants