diff options
author | Eric Bailey <git@esb.lol> | 2025-06-18 11:58:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 11:58:37 -0500 |
commit | 3eaa2d9ddf8c870b63053014e2afe977544a1e7a (patch) | |
tree | 651bd6309d1525d1cc95cf81dbff1c4384751bf5 /app.config.js | |
parent | 066fd8cbf9ce021c46e6a8ea84c60b509a98dae2 (diff) | |
download | voidsky-3eaa2d9ddf8c870b63053014e2afe977544a1e7a.tar.zst |
Disable android new arch (#8525)
* Disable new arch in android for now * Temporarily comment out mmkv script
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 36af08415..0fa91f2ce 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, }, }, ], |