diff options
author | hailey <me@haileyok.com> | 2025-06-23 10:11:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 10:11:17 -0700 |
commit | c894dda0bfa8a7f89ad1f9ad95fc11698e8d9822 (patch) | |
tree | 76c8b1567200796acdc4bfdc74784a6a890ed68c /app.config.js | |
parent | c634cd9071305239f8c7d6acf371aca397f2bf2b (diff) | |
download | voidsky-c894dda0bfa8a7f89ad1f9ad95fc11698e8d9822.tar.zst |
disable new arch (#8561)
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 c6b2fc6d4..cbe028273 100644 --- a/app.config.js +++ b/app.config.js @@ -219,7 +219,7 @@ module.exports = function (_config) { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', - newArchEnabled: true, + newArchEnabled: false, }, }, ], |