Skip to content

Commit

Permalink
updating eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
belmirofss committed Sep 5, 2023
1 parent 262201e commit 26def86
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 26def86

Please sign in to comment.