diff --git a/omnex-plateform-app/eas.json b/omnex-plateform-app/eas.json index 721b167..4b216e0 100644 --- a/omnex-plateform-app/eas.json +++ b/omnex-plateform-app/eas.json @@ -11,7 +11,7 @@ "buildType": "apk" }, "env": { - "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" + "EXPO_PUBLIC_UPDATE_URL": "https://ota-omnex-admin.uber-stup.club/api/manifest" }, "channel": "production-omnex-admin" } diff --git a/omnex-plateform-client/eas.json b/omnex-plateform-client/eas.json index acca577..4333486 100644 --- a/omnex-plateform-client/eas.json +++ b/omnex-plateform-client/eas.json @@ -11,7 +11,7 @@ "buildType": "apk" }, "env": { - "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" + "EXPO_PUBLIC_UPDATE_URL": "https://ota-omnex-cli.uber-stup.club/api/manifest" }, "channel": "production-omnex-client" }