Skip to content

Commit

Permalink
🔧 app: replace deprecated config for new architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguezguille authored and cruzdanilo committed Nov 25, 2024
1 parent 71fc3b3 commit e49795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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,
],
[
Expand Down

0 comments on commit e49795a

Please sign in to comment.