Skip to content

Commit

Permalink
fix: Update Expo app config
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Nov 10, 2023
1 parent 6c555f5 commit 7f29a52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"icon": "./assets/icon.png",
"extra": {
"eas": {
"projectId": "6a58dd40-2599-4f45-befe-c1ebe9766c1e"
"projectId": "8f89b699-2f93-4ad0-b084-d943e0bb3eb0"
}
},
"android": {
Expand All @@ -16,7 +16,8 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"versionCode": 3
}
"versionCode": 4
},
"owner": "sns-manager"
}
}

0 comments on commit 7f29a52

Please sign in to comment.