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
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://mln-uber.club"
},
"channel": "development"
},
@@ -25,7 +25,7 @@
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://mln-uber.club"
},
"channel": "preview"
},
@@ -36,7 +36,7 @@
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://mln-uber.club"
},
"channel": "production"
}