An open API service indexing awesome lists of open source software.

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.

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=
```