From a3288d4241e692a94053977f3485e7a43156c122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 11 Jan 2016 15:48:38 +0000 Subject: [PATCH] removed cordova plugin in makefile --- cordova/makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/cordova/makefile.am b/cordova/makefile.am index 82d1b3f..bccf82b 100644 --- a/cordova/makefile.am +++ b/cordova/makefile.am @@ -20,7 +20,6 @@ ${ANDROID_SRC}: chmod -R u+w "$${file}" ); \ done if [ "$$(whoami 2> /dev/null)" != "root" ]; then \ - #${CORDOVA} plugin add https://github.com/katzer/cordova-plugin-background-mode.git; \ ${CORDOVA} build --debug || ${CORDOVA} build --debug; \ fi