diff options
author | hailey <me@haileyok.com> | 2025-06-18 12:46:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 12:46:24 -0700 |
commit | f36776a91e27913dea66a99903c58df165c7b7fc (patch) | |
tree | e4a2d0d8cac87942ed4f5db6a7439d39b65c150a /app.config.js | |
parent | eb18b6a49a702d67c5b46de3d7e62536ff02b620 (diff) | |
download | voidsky-f36776a91e27913dea66a99903c58df165c7b7fc.tar.zst |
switch mmkv version before android eas bundle (#8526)
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 0fa91f2ce..36af08415 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: false, + newArchEnabled: true, }, }, ], |