diff --git a/app.json b/app.json index 86dd1b6..9060101 100644 --- a/app.json +++ b/app.json @@ -12,7 +12,8 @@ "backgroundColor": "#ffffff" }, "updates": { - "fallbackToCacheTimeout": 0 + "fallbackToCacheTimeout": 0, + "url": "https://u.expo.dev/c2bb4d4e-4d4d-4f34-a873-7cad78c6023c" }, "assetBundlePatterns": [ "**/*" @@ -32,7 +33,7 @@ }, "package": "com.emi.social", "googleServicesFile": "./google-services.json", - "versionCode": 6 + "versionCode": 7 }, "web": { "favicon": "./assets/favicon.png" @@ -47,6 +48,9 @@ "expo-notifications" ], "expo-localization" - ] + ], + "runtimeVersion": { + "policy": "appVersion" + } } } diff --git a/eas.json b/eas.json index d9f0e3c..de5d5ca 100644 --- a/eas.json +++ b/eas.json @@ -5,21 +5,26 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "channel": "development" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "channel": "preview" + }, + "production": { + "channel": "production" }, - "production": {}, "development-simulator": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true - } + }, + "channel": "development-simulator" } }, "submit": { "production": {} } -} \ No newline at end of file +}