From 9faf95be527b8b7c23e4ed4226c35bb771129f41 Mon Sep 17 00:00:00 2001 From: ARC Date: Fri, 1 May 2015 14:52:22 -0400 Subject: Made various tweaks to config files and code to make things work on Android. Using crosswalk for Android for better performance --- ionic.project | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ionic.project') 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 -- cgit v1.2.3