chore: build app in local

This commit is contained in:
2026-05-09 22:55:22 +02:00
parent 7af2103164
commit 57fb1b1ecd
6 changed files with 327 additions and 182 deletions
+8 -8
View File
@@ -11,21 +11,20 @@
"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"
}
},
"channel": "pre-prod"
},
"production": {
"distribution": "internal",
@@ -35,7 +34,8 @@
},
"env": {
"EXPO_PUBLIC_API_URL": "https://mln-uber.club"
}
},
"channel": "production"
}
}
}