top-tran/toptran-app/eas.json
2026-05-05 01:42:46 -03:00

39 lines
785 B
JSON

{
"cli": {
"version": ">= 18.8.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
}
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://toptran.olymp.com.br/api"
}
}
},
"submit": {
"production": {}
}
}