Finalize 1.7.0. All uploads working.
This commit is contained in:
13
app.json
13
app.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user