From 05a76a3a02f6c25d033d89e7c7895deea09d6b87 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 30 Jun 2018 08:11:56 -0400 Subject: remove octal base --- build_android.sh | 3 --- 1 file changed, 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 -- cgit v1.2.3