frontend-app/eas.json
Florian 26e5b0ae6f Completely reworked the app by starting fresh
- Now you can just swipe to access categories
- Redone side menu
- Inital API input screen is more legible
- A goose as an icon
- Proper display and internal name
- Correct handling of incoming data
2025-10-16 16:41:01 +02:00

29 lines
505 B
JSON

{
"cli": {
"version": ">= 16.20.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"release": {
"android": {"buildType": "apk"}
},
"debug":{
"developmentClient": false,
"android": {
"gradleCommand": ":app:assembleDebug",
"buildType": "apk"
}
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}