diff options
| -rw-r--r-- | package.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/package.json b/package.json index 8f932c49..c97c7a62 100644 --- a/package.json +++ b/package.json @@ -60,16 +60,11 @@ "cordovaPlatforms": [ {}, "ios", - "android", - { - "platform": "android", - "version": "", - "locator": "android" - }, { "platform": "ios", "version": "", "locator": "ios" - } + }, + "android" ] } |
