From 7618954a8660cf23b430966cd792c58c94f63362 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 7 Aug 2026 19:58:24 +0200 Subject: [PATCH] chore: build --- frontend-admin/app.json | 4 ++-- frontend-admin/eas.json | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/frontend-admin/app.json b/frontend-admin/app.json index 48252ce8..969ca7d5 100644 --- a/frontend-admin/app.json +++ b/frontend-admin/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Admin Panel", "slug": "frontend-admin", - "version": "1.0.1", + "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", @@ -53,7 +53,7 @@ } }, "owner": "xor290", - "runtimeVersion": "admin-1.0.1", + "runtimeVersion": "admin-1.0.0", "updates": { "url": "https://u.expo.dev/fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440", "codeSigningCertificate": "./certs/certificate.pem", diff --git a/frontend-admin/eas.json b/frontend-admin/eas.json index dac6f412..815870c6 100644 --- a/frontend-admin/eas.json +++ b/frontend-admin/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": {