Additional changes from merge.

This commit is contained in:
Patrick Fic
2024-08-15 15:19:38 -07:00
parent 984ba5e069
commit 6bea9c4c9f
2 changed files with 7 additions and 13 deletions

View File

@@ -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"
}
}
}

View File

@@ -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": {