Version updates.

This commit is contained in:
Patrick Fic
2023-08-04 14:35:30 -07:00
parent 31735b947a
commit 82726d56b7
3 changed files with 5 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
},
"android": {
"package": "com.rome.mobile",
"versionCode": 1,
"versionCode": 2,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
@@ -42,9 +42,7 @@
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/RomeIcon.png",
"config": {

View File

@@ -9,13 +9,13 @@
"channel": "development"
},
"test": {
"releaseChannel": "test",
"channel": "test",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
},
"production": {
"releaseChannel": "production",
"channel": "production",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}

View File

@@ -1,4 +1,4 @@
const { getDefaultConfig } = require("metro-config");
const { getDefaultConfig } = require("expo/metro-config");
const { resolver: defaultResolver } = getDefaultConfig.getDefaultValues();
exports.resolver = {
...defaultResolver,