Bring mobile back to life

This commit is contained in:
Yemel Jardi 2014-09-26 11:09:23 -03:00
commit ef51227cda
4 changed files with 14 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay" version="0.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-versionCode="11">
<widget id="com.bitpay.copay" version="0.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-versionCode="12">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.
@ -13,4 +13,5 @@
<preference name="SplashScreenDelay" value="10000" />
<preference name="backgroundColor" value="0x2C3E50" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="AndroidLaunchMode" value="singleTop" />
</widget>