From e49795a5eb9f70e0f7552716739f350047c364fd Mon Sep 17 00:00:00 2001 From: guillermo dieguez Date: Mon, 25 Nov 2024 09:36:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20app:=20replace=20deprecated=20co?= =?UTF-8?q?nfig=20for=20new=20architecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.ts b/app.config.ts index 0d2dd3a6..5bf4436a 100644 --- a/app.config.ts +++ b/app.config.ts @@ -30,6 +30,7 @@ export default { scheme: "exactly", version: metadata.version, orientation: "portrait", + newArchEnabled: false, android: { package: "app.exactly", adaptiveIcon: { foregroundImage: "src/assets/icon.png", backgroundColor: "#1D1D1D" }, @@ -80,9 +81,8 @@ export default { android: { packagingOptions: { pickFirst: ["**/libcrypto.so"] }, extraMavenRepos: ["https://sdk.withpersona.com/android/releases"], - newArchEnabled: false, }, - ios: { deploymentTarget: "15.1", newArchEnabled: false }, + ios: { deploymentTarget: "15.1" }, } satisfies BuildPropertiesConfig, ], [