diff options
author | Hailey <me@haileyok.com> | 2024-09-05 08:27:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 08:27:28 -0700 |
commit | 93c171b403a993a5b942a6333b4de54b99b9265a (patch) | |
tree | 904a45cb1a02ed101b1a73d4e1c53f94463c20ee /app.config.js | |
parent | 6d8ed5c3c8d0d5176532d3fbc06f0b0257c6e743 (diff) | |
download | voidsky-93c171b403a993a5b942a6333b4de54b99b9265a.tar.zst |
[Video] Use `expo-video` from fork (#5159)
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 cd8a4b034..25014ee8f 100644 --- a/app.config.js +++ b/app.config.js @@ -191,7 +191,7 @@ module.exports = function (config) { 'expo-build-properties', { ios: { - deploymentTarget: '14.0', + deploymentTarget: '15.1', newArchEnabled: false, }, android: { |