chore: build prod app

This commit is contained in:
2026-04-27 10:01:36 +02:00
parent b50c31ef73
commit 940271ef25
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
} }
}, },
"preview": { "preview": {
@@ -24,7 +24,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
} }
}, },
"production": { "production": {
@@ -34,7 +34,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
} }
} }
} }
+3 -3
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
}, },
"channel": "development" "channel": "development"
}, },
@@ -25,7 +25,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
}, },
"channel": "preview" "channel": "preview"
}, },
@@ -36,7 +36,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "http://5.181.0.112" "API_URL": "https://mln-uber.club"
}, },
"channel": "production" "channel": "production"
} }