From 5c84dfed667087857949e7398c934ebb4b254045 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 7 Aug 2026 19:59:31 +0200 Subject: [PATCH] chore: build --- mobile/app.json | 4 ++-- mobile/eas.json | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 0a0d1683..d924ba68 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Milieu Nantais", "slug": "frontend-client", - "version": "1.0.2", + "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", @@ -52,7 +52,7 @@ "router": {} }, "owner": "xor290", - "runtimeVersion": "client-1.0.2", + "runtimeVersion": "client-1.0.0", "updates": { "url": "https://u.expo.dev/110d06c8-a8d5-4b3c-b262-0d4d7509ae9d", "codeSigningCertificate": "./certs/certificate.pem", diff --git a/mobile/eas.json b/mobile/eas.json index 17452134..5a1dd1c0 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -4,18 +4,6 @@ "appVersionSource": "local" }, "build": { - "development": { - "developmentClient": true, - "distribution": "internal", - "android": { - "buildType": "apk", - "gradleCommand": ":app:assembleDebug" - }, - "env": { - "EXPO_PUBLIC_API_URL": "http://localhost:8080" - }, - "channel": "development" - }, "pre-prod": { "distribution": "internal", "android": {