diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index a18addcce..9691cab23 100644 --- a/app.config.js +++ b/app.config.js @@ -121,12 +121,14 @@ module.exports = function (config) { { ios: { deploymentTarget: '13.4', + newArchEnabled: false, }, android: { compileSdkVersion: 34, targetSdkVersion: 34, buildToolsVersion: '34.0.0', kotlinVersion: '1.8.0', + newArchEnabled: false, }, }, ], |