mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Added needed build confs
This commit is contained in:
parent
72163d2c26
commit
258435cbdd
2 changed files with 33 additions and 3 deletions
17
app.json
17
app.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "StudE_Frontend",
|
"name": "StudE",
|
||||||
"scheme": "stude",
|
"scheme": "stude",
|
||||||
"slug": "StudE_Frontend",
|
"slug": "StudE_Frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
@ -22,7 +22,13 @@
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/adaptive-icon.png",
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||||||
"backgroundColor": "#FFFF"
|
"backgroundColor": "#FFFF"
|
||||||
}
|
},
|
||||||
|
"package": "com.teamblackpink.stude",
|
||||||
|
"permissions": [
|
||||||
|
"android.permission.ACCESS_COARSE_LOCATION",
|
||||||
|
"android.permission.ACCESS_FINE_LOCATION",
|
||||||
|
"android.permission.FOREGROUND_SERVICE"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/favicon.png"
|
"favicon": "./assets/favicon.png"
|
||||||
|
@ -34,6 +40,11 @@
|
||||||
"locationAlwaysAndWhenInUsePermission": "Allow Stud-E to use your location."
|
"locationAlwaysAndWhenInUsePermission": "Allow Stud-E to use your location."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
|
"extra": {
|
||||||
|
"eas": {
|
||||||
|
"projectId": "614fd93f-345c-4d72-a9e7-592f1ba0c6e8"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
19
eas.json
Normal file
19
eas.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"preview": {
|
||||||
|
"android": {
|
||||||
|
"buildType": "apk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"preview2": {
|
||||||
|
"android": {
|
||||||
|
"gradleCommand": ":app:assembleRelease"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"preview3": {
|
||||||
|
"developmentClient": true
|
||||||
|
},
|
||||||
|
"production": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue