Skip to content

Commit

Permalink
add app id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Nov 1, 2024
1 parent 313b5dd commit 7356fa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "dev.expo.kudo.sdk52"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "dev.expo.kudo.sdk52"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 7356fa0

Please sign in to comment.