diff options
| author | f0xx <a.afanasieff@gmail.com> | 2021-05-11 13:14:33 +0300 |
|---|---|---|
| committer | f0xx <a.afanasieff@gmail.com> | 2021-05-11 13:14:33 +0300 |
| commit | ce92a52f72779867740cb5fa903c17d09a08872e (patch) | |
| tree | cf811709517a01f1a915b933a73ae073101fdb67 /build_android.sh | |
| parent | 7caf61ead56dcf42eb901e26312aea6c7d84a0aa (diff) | |
foxx snapshotf0xx_changes
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_android.sh b/build_android.sh index 7882dfee..9c23537f 100755 --- a/build_android.sh +++ b/build_android.sh @@ -1,5 +1,5 @@ #!/bin/bash -SDK_VERSION='30.0.2' +SDK_VERSION='30.0.3' build_debug() { @@ -17,7 +17,7 @@ build_release() { echo "*********** Building Release Build **************" echo "----> Only building native. Not building crosswalk anymore due to compatibility issues <----------" # App signining credentials in this file - NINJAKEYSTORE=~/personal/zmninja_keys/zmNinja.keystore + NINJAKEYSTORE=./zmNinja.keystore if [ ! -f "$NINJAKEYSTORE" ]; then echo "zmNinja keystore not found" |
