From 77c341fea7f368f8b8a0a9c25cb7fb88a0fd47bb Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Thu, 21 May 2015 17:28:16 -0700 Subject: [PATCH] Fix the `meteor build` behavior since it was broken by Cordova 5.0 upgrade The Cordova 5.0 is featuring Cordova Android 4.0, which now ships with a gradle project and not Ant. --- tools/commands-cordova.js | 5 +++-- tools/commands.js | 16 +++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/tools/commands-cordova.js b/tools/commands-cordova.js index 66158a517c2..9ac899b3817 100644 --- a/tools/commands-cordova.js +++ b/tools/commands-cordova.js @@ -926,11 +926,12 @@ var buildCordova = function (projectContext, platforms, options) { // XXX a hack to reset the debuggable mode var manifest = files.readFile(manifestPath, 'utf8'); manifest = manifest.replace(/android:debuggable=.(true|false)./g, ''); - manifest = manifest.replace(/