chore: build app

This commit is contained in:
2026-02-18 21:05:34 +01:00
parent e89384ad4e
commit da147a1e3c
2 changed files with 56 additions and 3 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"simulator": true
},
"env": {
"API_URL": "https://uber-stup.club"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "https://uber-stup.club"
}
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "https://uber-stup.club"
}
}
}
}