Skip to content

Commit 13007b4

Browse files
committed
modified app.json
1 parent 1fdf999 commit 13007b4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

app.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"expo": {
33
"name": "cpuSchedulingApp",
4-
"slug": "cpuSchedulingApp",
5-
"version": "1.0.0",
4+
"slug": "CPU-Scheduling-App-Operating-System",
5+
"version": "1.0.1",
66
"orientation": "portrait",
77
"icon": "./assets/favicon.jpg",
88
"splash": {
@@ -14,14 +14,20 @@
1414
"fallbackToCacheTimeout": 0
1515
},
1616
"assetBundlePatterns": [
17-
"**/*"
17+
"*/"
1818
],
1919
"ios": {
20-
"supportsTablet": true
20+
"supportsTablet": true,
21+
"bundleIdentifier": "com.vivek.cpuschedulingapp",
22+
"buildNumber": "1.0.0"
2123
},
2224
"web": {
2325
"favicon": "./assets/favicon.png"
2426
},
25-
"description": "React Native Application to visualize the CPU Scheduling with different Processes and Animations."
27+
"description": "React Native Application to visualize the CPU Scheduling with different Processes and Animations.",
28+
"android": {
29+
"package": "com.vivek.cpuschedulingapp",
30+
"versionCode": 1
31+
}
2632
}
27-
}
33+
}

0 commit comments

Comments
 (0)