chore: preprod

This commit is contained in:
2026-03-06 15:18:15 +01:00
parent 35059ff79a
commit 4a7be2c438
4 changed files with 144 additions and 42 deletions
+37 -37
View File
@@ -1,41 +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"
}
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"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"
}
"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": "http://5.181.0.112"
}
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "https://uber-stup.club"
}
}
}
}
}