https://github.com/kaedea/aab-signer
Android AppBundle aab package signing tool.
https://github.com/kaedea/aab-signer
Last synced: about 1 year ago
JSON representation
Android AppBundle aab package signing tool.
- Host: GitHub
- URL: https://github.com/kaedea/aab-signer
- Owner: kaedea
- Created: 2021-05-21T07:12:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T17:41:40.000Z (about 5 years ago)
- Last Synced: 2025-02-09T22:33:13.576Z (over 1 year ago)
- Size: 46.1 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sign AAB
Jar tool that helps signing an aab file with given keystore, see [.circleci/config.yml](#.circleci/config.yml).
Inspired by [AabResGuard](https://github.com/bytedance/AabResGuard).
## Usage
```bash
java -jar dist/aabresguard_*.jar sign-aab \
--bundle= \
--output= \
--storeFile= \
--storePassword= \
--keyAlias= \
--keyPassword=
```