Skip to content

fix(cli): Android build --apk and --aab flags requiring a value - #14629

Merged
FabianLars merged 3 commits into
devfrom
fix/aab-flag
Jan 19, 2026
Merged

fix(cli): Android build --apk and --aab flags requiring a value#14629
FabianLars merged 3 commits into
devfrom
fix/aab-flag

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

regression from #14120

@lucasfernog
lucasfernog requested a review from a team as a code owner December 8, 2025 11:35
@github-actions

github-actions Bot commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 1bb070d

There are 9 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with minor, tauri-macos-sign with patch, @tauri-apps/cli with minor, tauri with minor, tauri-bundler with minor, tauri-runtime-wry with minor, tauri-runtime with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.8.1 2.8.2
tauri-macos-sign 2.3.2 2.3.3
tauri-bundler 2.7.5 2.8.0
tauri-runtime 2.9.2 2.10.0
tauri-runtime-wry 2.9.3 2.10.0
tauri-codegen 2.5.2 2.5.3
tauri-macros 2.5.2 2.5.3
tauri-plugin 2.5.2 2.5.3
tauri-build 2.5.3 2.5.4
tauri 2.9.5 2.10.0
@tauri-apps/cli 2.9.6 2.10.0
tauri-cli 2.9.6 2.10.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

pub aab: Option<bool>,
pub aab: bool,
#[clap(skip)]
pub skip_bundle: bool,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's its purpose?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gonna merge but would still love to hear about this

FabianLars
FabianLars previously approved these changes Dec 8, 2025
Comment thread crates/tauri-cli/src/mobile/android/build.rs Outdated
@FabianLars
FabianLars merged commit 62aa13a into dev Jan 19, 2026
22 of 23 checks passed
@FabianLars
FabianLars deleted the fix/aab-flag branch January 19, 2026 19:32
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