Skip to content

Commit e1ff33d

Browse files
chore: Update app settings
1 parent 961441b commit e1ff33d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"expo": {
3-
"name": "Trivia Quiz",
4-
"slug": "trivia-quiz",
3+
"name": "React Trivia Game",
4+
"slug": "react-trivia-quiz",
55
"privacy": "public",
66
"sdkVersion": "32.0.0",
77
"platforms": [
88
"ios",
99
"android"
1010
],
11-
"version": "1.0.0",
11+
"version": "2.2.0",
1212
"orientation": "portrait",
1313
"icon": "./assets/icon.png",
1414
"splash": {
@@ -24,7 +24,7 @@
2424
],
2525
"ios": {
2626
"supportsTablet": true,
27-
"bundleIdentifier": "com.vinbusquet.triviagame"
27+
"bundleIdentifier": "com.vinbusquet.reacttriviagame"
2828
},
2929
"android": {
3030
"package": "com.vinbusquet.triviagame"

assets/icon.png

-2.92 KB
Loading

0 commit comments

Comments
 (0)