summaryrefslogtreecommitdiff
path: root/build_android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_android.sh')
-rwxr-xr-xbuild_android.sh4
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"