-
Notifications
You must be signed in to change notification settings - Fork 32
feat: android aab signing #593
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
Open
mlisikbf
wants to merge
24
commits into
callstackincubator:main
Choose a base branch
from
mlisikbf:feat/android-aab-signing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
cbaa713
feat: android aab signing
mlisikbf 3ec1556
feat: android aab signing - docs update
mlisikbf fc799c9
feat: android aab signing - fixes assets path
mlisikbf 1962250
feat: android aab signing - changeset
mlisikbf c0410d4
feat: android aab signing - missing semicolon
mlisikbf 18f59fb
feat: android aab signing - ensures non-empty alias
mlisikbf 7a69dd5
feat: android aab signing - avoids shadowing node:path
mlisikbf 6b51b87
feat: android aab signing - strips jarsigner password input
mlisikbf 9f6b227
feat: android aab signing - corrects key-alias message
mlisikbf c3005d7
feat: android aab signing - uses input path for isAab checks
mlisikbf 4f80eb2
feat: android aab signing - updates changeset
mlisikbf 321b308
feat: android aab signing - adds note on sign/align sequence
mlisikbf eb5bbc6
Merge branch 'main' into feat/android-aab-signing
mlisikbf b3d4acf
Merge branch 'callstackincubator:main' into feat/android-aab-signing
mlisikbf 2dd2769
feat: android aab signing - removes aab-specific signing flow
mlisikbf c617315
feat: android aab signing - minimizes changes
mlisikbf 5863312
feat: android aab signing - adds --min-sdk-version arg
mlisikbf f7448cb
feat: android aab signing - adds --min-sdk-version note in the docs
mlisikbf 2f5fcf7
Update packages/platform-android/src/lib/commands/signAndroid/signAnd…
mlisikbf d09a087
feat: android aab signing - adds applies prettier
mlisikbf 6fcdad1
feat: android aab signing - moves doc comment
mlisikbf 7bed7a2
feat: android aab signing - removes reduntant brace
mlisikbf 829f423
feat: android aab signing - adds comment on default --min-sdk-version
mlisikbf 83d7cd4
feat: android aab signing - removes --new-sdk-version from sign command
mlisikbf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rock-js/platform-android': minor | ||
--- | ||
|
||
feat: android aab signing |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.