diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 4db454c82..5b82d1a76 100644 --- a/app.config.js +++ b/app.config.js @@ -110,6 +110,9 @@ module.exports = function () { [ 'expo-build-properties', { + ios: { + deploymentTarget: '13.4', + }, android: { compileSdkVersion: 34, targetSdkVersion: 34, |