diff --git a/cordova/build.sh b/cordova/build.sh index 0c91c9cd8..0f9b75025 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -61,9 +61,7 @@ if [ ! -d $PROJECT ]; then cd $PROJECT if [ $CURRENT_OS == "ANDROID" ]; then echo "${OpenColor}${Green}* Adding Android platform... ${CloseColor}" -echo "SSSSSSSSSSSSSSSSSSS"; cordova platforms add android@5.1.1 -echo "SSSSSSSSSSSSSSSSSSS"; checkOK fi diff --git a/package.json b/package.json index e86698bde..004198df7 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,8 @@ "angular": "^1.3.14", "angular-mocks": "^1.3.14", "bhttp": "^1.2.1", - "cordova": "^6.1.1", + "cordova": "5.4.1", + "cordova-android": "5.1.1", "grunt-contrib-sass": "^1.0.0", "grunt-karma": "^0.10.1", "grunt-karma-coveralls": "^2.5.3", diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index 9d8c34916..f4a831eb1 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -28,7 +28,7 @@