Skip to content

Commit f4ffd81

Browse files
committed
Fix
1 parent a85cf57 commit f4ffd81

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

app.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"slug": "firebolt",
77
"platforms": [
88
"ios",
9-
"android"
9+
"android",
10+
"web"
1011
],
1112
"version": "1.0.19-alpha",
1213
"orientation": "portrait",
@@ -26,7 +27,14 @@
2627
"supportsTablet": true
2728
},
2829
"android": {
29-
"package": "com.firebolt.app"
30+
"package": "com.firebolt.app",
31+
"versionCode": 19,
32+
"permissions": [
33+
"android.permission.INTERNET",
34+
"android.permission.ACCESS_NETWORK_STATE",
35+
"android.permission.READ_EXTERNAL_STORAGE",
36+
"android.permission.WRITE_EXTERNAL_STORAGE"
37+
]
3038
},
3139
"web": {
3240
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)