mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-16 22:09:26 +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": {
|
||||
"name": "StudE_Frontend",
|
||||
"name": "StudE",
|
||||
"scheme": "stude",
|
||||
"slug": "StudE_Frontend",
|
||||
"version": "1.0.0",
|
||||
|
@ -22,7 +22,13 @@
|
|||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFF"
|
||||
}
|
||||
},
|
||||
"package": "com.teamblackpink.stude",
|
||||
"permissions": [
|
||||
"android.permission.ACCESS_COARSE_LOCATION",
|
||||
"android.permission.ACCESS_FINE_LOCATION",
|
||||
"android.permission.FOREGROUND_SERVICE"
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
@ -34,6 +40,11 @@
|
|||
"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