This commit is contained in:
sarendsen
2025-01-07 12:01:55 +01:00
parent 65549428bf
commit b681025389
3 changed files with 5 additions and 3 deletions

View File

@@ -81,9 +81,11 @@
{
"ios": {
"deploymentTarget": "15.6",
"useFrameworks": "static"
"useFrameworks": "static",
"newArchEnabled": false
},
"android": {
"newArchEnabled": false,
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,