diff --git a/app.json b/app.json index 5ab92fd..36a579f 100644 --- a/app.json +++ b/app.json @@ -2,9 +2,9 @@ "expo": { "name": "Rome Mobile", "slug": "rome-mobile", - "version": "1.5.0", + "version": "1.6.0", "extra": { - "expover": "4", + "expover": "5", "eas": { "projectId": "df105e21-a07f-4425-af10-2200a7704a48" } @@ -15,7 +15,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.rome.mobile", - "buildNumber": "4", + "buildNumber": "5", "googleServicesFile": "./GoogleService-Info.plist", "infoPlist": { "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.", @@ -24,7 +24,7 @@ }, "android": { "package": "com.rome.mobile", - "versionCode": 4, + "versionCode": 5, "googleServicesFile": "./google-services.json", "permissions": [ "android.permission.READ_EXTERNAL_STORAGE", @@ -44,7 +44,6 @@ "url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48" }, "assetBundlePatterns": ["**/*"], - "assetBundlePatterns": ["**/*"], "web": { "favicon": "./assets/RomeIcon.png", "config": { @@ -79,9 +78,8 @@ ], "expo-localization" ], - "owner": "romeonline", "runtimeVersion": { - "policy": "sdkVersion" + "policy": "appVersion" } } } diff --git a/eas.json b/eas.json index c1e0276..8804bd7 100644 --- a/eas.json +++ b/eas.json @@ -9,14 +9,10 @@ "distribution": "internal" }, "test": { - "releaseChannel": "test", - "channel": "test", - "env": { "API_URL": "https://api.test.romeonline.io" } + "channel": "test" }, "production": { - "channel": "production", - "releaseChannel": "production", - "env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" } + "channel": "production" } }, "submit": {