From 26def86a8ff62264f568b789531e31a40207967b Mon Sep 17 00:00:00 2001 From: belmirofss Date: Mon, 4 Sep 2023 23:43:30 -0300 Subject: [PATCH] updating eas.json --- app.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app.json b/app.json index bf8ea66..a2e5611 100644 --- a/app.json +++ b/app.json @@ -42,15 +42,17 @@ }, "githubUrl": "https://github.com/belmirofss/statsfy", "plugins": [ - "expo-build-properties", - { - "android": { - "minSdkVersion": 33 - }, - "ios": { - "deploymentTarget": "13.0" + [ + "expo-build-properties", + { + "android": { + "minSdkVersion": 33 + }, + "ios": { + "deploymentTarget": "13.0" + } } - } + ] ] }, "react-native-google-mobile-ads": {