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