summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-06-30 08:11:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-06-30 08:11:56 -0400
commit05a76a3a02f6c25d033d89e7c7895deea09d6b87 (patch)
treee5b4f14b97b0bbf76f084d99ff753c72c30c8e22
parent0f648bce8e71d8a242df2355f173db9c736d888b (diff)
remove octal base
-rwxr-xr-xbuild_android.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_android.sh b/build_android.sh
index ef32e7e3..27b8a381 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -75,9 +75,6 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then
echo "${ver}: Building Release mode for android 5+..."
echo "--------------------------------------------"
- APPVER=`cat config.xml | grep "widget " | sed 's/.* version=\"\([^\"]*\)\" xmlns.*/\1/'`
- a=( ${APPVER//./ } )
- vcode="$(((a[0]*10000+a[1]*100+a[2])))9"
echo "Removing android and re-adding..."
cordova platform remove android