top-tran/toptran-app/eas.json

40 lines
785 B
JSON
Raw Normal View History

2026-05-04 03:44:30 -03:00
{
"cli": {
"version": ">= 18.8.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
2026-05-04 16:06:03 -03:00
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
2026-05-05 01:42:46 -03:00
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
2026-05-04 16:06:03 -03:00
}
2026-05-04 03:44:30 -03:00
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
2026-05-04 16:06:03 -03:00
},
"env": {
2026-05-05 01:42:46 -03:00
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
2026-05-04 03:44:30 -03:00
}
},
"production": {
2026-05-04 16:06:03 -03:00
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
},
"env": {
2026-05-05 01:42:46 -03:00
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
2026-05-04 16:06:03 -03:00
}
2026-05-04 03:44:30 -03:00
}
},
"submit": {
"production": {}
}
}