Skip to content

Commit

Permalink
Sign the test bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jan 22, 2022
1 parent b42502c commit 686f765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test_android_bundle.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

APK_DIR="android/app/build/outputs/bundle/release"
KS_DIR="android/app/release.keystore"

bundletool build-apks --bundle=$APK_DIR/app-release.aab --output=$APK_DIR/app-release.apks --overwrite
bundletool build-apks --bundle=$APK_DIR/app-release.aab --output=$APK_DIR/app-release.apks --ks=$KS_DIR --ks-key-alias=io.robertying.learnx.key --overwrite
bundletool install-apks --apks=$APK_DIR/app-release.apks

0 comments on commit 686f765

Please sign in to comment.