From e4e1a90b0ba230cc9ed0b2cf1580f45a6b96823b Mon Sep 17 00:00:00 2001 From: Arman Date: Sat, 9 Dec 2017 12:12:08 -0800 Subject: [PATCH] App.json updated for build --- app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 0678c1b..a35502e 100644 --- a/app.json +++ b/app.json @@ -2,14 +2,18 @@ "expo": { "name": "Free Finder", "icon": "./images/food.png", - "version": "1.0.0", + "version": "1.2.0", "slug": "freefinder", "sdkVersion": "22.0.0", + "packagerOpts": { + "nonPersistent": "--nonPersistent" + }, "ios": { "bundleIdentifier": "com.soundduel.blog" }, "android": { "package": "com.soundduel.blog", + "versionCode": 6, "config": { "googleMaps": { "apiKey": "AIzaSyBpg1xqXwLSJmjpnqN1P2BIuL_4xHFDflw ",