summaryrefslogtreecommitdiff
path: root/ionic.project
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-01 14:52:22 -0400
committerARC <arjunrc@gmail.com>2015-05-01 14:52:22 -0400
commit9faf95be527b8b7c23e4ed4226c35bb771129f41 (patch)
tree6d5baa8fc0b2a06d2ccb46ad9be75cce64bc34e8 /ionic.project
parentbcdc2629d7b289c48776169c350d8da3b74f64d4 (diff)
Made various tweaks to config files and code to make things work on Android. Using crosswalk for Android for better performance
Diffstat (limited to 'ionic.project')
-rw-r--r--ionic.project9
1 files changed, 8 insertions, 1 deletions
diff --git a/ionic.project b/ionic.project
index 84c1db95..f6c258f8 100644
--- a/ionic.project
+++ b/ionic.project
@@ -1,4 +1,11 @@
{
"name": "zmNinja",
- "app_id": ""
+ "app_id": "",
+ "browsers": [
+ {
+ "platform": "android",
+ "browser": "crosswalk",
+ "version": "12.41.296.5"
+ }
+ ]
} \ No newline at end of file