-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
gradle
when the build target is Aab
Instead of explicitly requiring `gradle: true` in the manifest, enable it by default when the (implicit or explicit!) output package format is `Aab` for convenience, as there is currently no way to select the `gradle` backend via command line parameters and hardcoding it in `manifest.yaml` makes it inconvenient to build `Apk`s with the "native" builtin backend. Also insert validation in case the user explicitly inserts `gradle: false` but tries to build `Aab`s. The default for releases is still `Aab` if there is an explicit `gradle: true`, but an `Apk` is built otherwise.
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters