Added needed build confs

This commit is contained in:
Keannu Bernasol 2023-07-19 02:27:34 +08:00
parent 72163d2c26
commit 258435cbdd
2 changed files with 33 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1,19 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
}
}