diff options
author | Hailey <me@haileyok.com> | 2024-05-27 22:21:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 22:21:25 -0700 |
commit | 75e2c5487c9d7d6cbe303beb1a588db17bafa701 (patch) | |
tree | b3b25b836dbee7ef13c9cf572ff2adeb9426c787 /app.config.js | |
parent | af10d3acbb23eb99ea58a6481b257251bf426fe5 (diff) | |
download | voidsky-75e2c5487c9d7d6cbe303beb1a588db17bafa701.tar.zst |
bump iOS target to `14.0` (#4238)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 4ade9de31..ffa6cf7da 100644 --- a/app.config.js +++ b/app.config.js @@ -183,7 +183,7 @@ module.exports = function (config) { 'expo-build-properties', { ios: { - deploymentTarget: '13.4', + deploymentTarget: '14.0', newArchEnabled: false, }, android: { |