Skip to content

feat: add bundle.android config to build and sign the apk file in release mode #3906

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

Closed
wants to merge 3 commits into from

Conversation

fontlos
Copy link

@fontlos fontlos commented Mar 25, 2025

Add this to Dioxus.toml

[bundle.android]
jks_file = "path/to/jks file relative to Dioxus.toml"
jks_password = "jks_password "
key_alias = "key_alias"
key_password = "key_password "

When release flag is enabled and this configuration exists at the same time, use gradlew assembleRelease build and sign apk file

@fontlos fontlos requested a review from a team as a code owner March 25, 2025 05:06
@jkelleyrtp jkelleyrtp added the cli Related to the dioxus-cli program label Apr 9, 2025
@fontlos
Copy link
Author

fontlos commented Apr 29, 2025

@jkelleyrtp I sincerely apologize for mistakenly pushing the commit to my main branch and creating a pull request. This might have caused some confusion in the Git history. Should I close this PR and create a new branch to submit again?

@fontlos fontlos closed this Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the dioxus-cli program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants