-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to skip universal APK generation for AABs. (#126)
* Add option to skip universal APK generation for AABs. This is much desired functionality because of the unintended consequences from locally-signed universal APKs. By granting an option (and defaulting it off), we allow the client to determine whether they need this. * Fix unused variable and bad indentation * Generated debug APK by default. We must generate the APK by default to ensure we're not breaking any functionality for existing users of the step. Co-authored-by: Mate Herber <[email protected]>
- Loading branch information
Chris Lee
and
Mate Herber
authored
Jan 14, 2021
1 parent
e32d292
commit 13302e3
Showing
2 changed files
with
18 additions
and
3 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