patch
This commit is contained in:
parent
c63298b02f
commit
a02fd6c430
7 changed files with 19 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -4,7 +4,19 @@ Basic app to try out Shorebird, contains a build and a patch.
|
|||
|
||||
## APK
|
||||
|
||||
Created the APK from the release's aab via
|
||||
```
|
||||
java -jar bundletool-all-1.17.0.jar build-apks --bundle=my_app.aab --output=my_app.apks \
|
||||
--ks=keystore.jks \
|
||||
--ks-pass=<keystorepass> \
|
||||
--ks-key-alias=<keyalias> \
|
||||
--key-pass=<keypass>
|
||||
```
|
||||
|
||||
Download via:
|
||||

|
||||
|
||||
First launch you should see an incorrect text. Second launch it should update to the correct patched version.
|
||||
|
||||
## Local development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue