From a05a3a06c942ceee0958a35877511de8c3ad97fe Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 13 Dec 2014 00:47:31 -0300 Subject: [PATCH] mobile versions update --- Makefile | 8 +++++++- cordova/config.xml | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 002958925..bb7375f8e 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,15 @@ ios-debug: open cordova/project/platforms/ios/Copay.xcodeproj android: - cordova/build.sh --android + cordova/build.sh --android --dbgjs cd cordova/project && cordova run android +android-prod: + cordova/build.sh --release + cd cordova/project && cordova build android --release + + + chrome: grunt prod browser-extensions/chrome/build.sh diff --git a/cordova/config.xml b/cordova/config.xml index 6788e1a9f..0c67333dc 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + version="0.9.0" + android-versionCode="19" + ios-CFBundleVersion="0.9.0"> Copay A secure bitcoin wallet for friends and companies.