File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"expo" : {
3
3
"name" : " cpuSchedulingApp" ,
4
- "slug" : " cpuSchedulingApp " ,
5
- "version" : " 1.0.0 " ,
4
+ "slug" : " CPU-Scheduling-App-Operating-System " ,
5
+ "version" : " 1.0.1 " ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/favicon.jpg" ,
8
8
"splash" : {
14
14
"fallbackToCacheTimeout" : 0
15
15
},
16
16
"assetBundlePatterns" : [
17
- " **/* "
17
+ " */ "
18
18
],
19
19
"ios" : {
20
- "supportsTablet" : true
20
+ "supportsTablet" : true ,
21
+ "bundleIdentifier" : " com.vivek.cpuschedulingapp" ,
22
+ "buildNumber" : " 1.0.0"
21
23
},
22
24
"web" : {
23
25
"favicon" : " ./assets/favicon.png"
24
26
},
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
+ }
26
32
}
27
- }
33
+ }
You can’t perform that action at this time.
0 commit comments