Add Android version build script

This commit is contained in:
Yemel Jardi 2014-05-22 15:06:54 -07:00
commit 951c981abe
4 changed files with 72 additions and 0 deletions

12
android/manifest.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "Copay",
"version": "0.0.0.1",
"app": {
"launch":{
"local_path": "index.html"
}
},
"icons": {
"128": "icon.png"
}
}