Finalize 1.7.0. All uploads working.

This commit is contained in:
Patrick Fic
2025-06-02 14:18:13 -07:00
parent d23f0e4c6f
commit 491f0e1a3b
5 changed files with 116 additions and 15 deletions

View File

@@ -16,7 +16,6 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"googleServicesFile": "./GoogleService-Info.plist",
"entitlements": {
"aps-environment": "development"
@@ -29,7 +28,6 @@
},
"android": {
"package": "com.imex.imexmobile",
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
@@ -89,7 +87,16 @@
}
],
"expo-localization",
"expo-font"
"expo-font",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 25
}
}
],
"@logrocket/react-native"
]
}
}