chore: build

This commit is contained in:
2026-06-14 18:09:44 +02:00
parent 3a0f725159
commit 6d4e0862ff
45 changed files with 3745 additions and 873 deletions
+12 -10
View File
@@ -11,21 +11,21 @@
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"simulator": true
},
"env": {
"EXPO_PUBLIC_API_URL": "https://5.181.0.112.nip.io"
}
"EXPO_PUBLIC_API_URL": "http://localhost:8080"
},
"channel": "development"
},
"preview": {
"pre-prod": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://5.181.0.112.nip.io"
}
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club"
},
"channel": "pre-prod-admin"
},
"production": {
"distribution": "internal",
@@ -34,8 +34,10 @@
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://mln-uber.club"
}
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
"EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club"
},
"channel": "production-admin"
}
}
}