chore: build
Frontend Admin - EAS Build / build (push) Successful in 2h21m3s

This commit is contained in:
Xor290
2026-08-07 19:58:24 +02:00
parent 7313063cd9
commit 7618954a86
2 changed files with 2 additions and 14 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "Admin Panel", "name": "Admin Panel",
"slug": "frontend-admin", "slug": "frontend-admin",
"version": "1.0.1", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
@@ -53,7 +53,7 @@
} }
}, },
"owner": "xor290", "owner": "xor290",
"runtimeVersion": "admin-1.0.1", "runtimeVersion": "admin-1.0.0",
"updates": { "updates": {
"url": "https://u.expo.dev/fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440", "url": "https://u.expo.dev/fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440",
"codeSigningCertificate": "./certs/certificate.pem", "codeSigningCertificate": "./certs/certificate.pem",
-12
View File
@@ -4,18 +4,6 @@
"appVersionSource": "local" "appVersionSource": "local"
}, },
"build": { "build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"env": {
"EXPO_PUBLIC_API_URL": "http://localhost:8080"
},
"channel": "development"
},
"pre-prod": { "pre-prod": {
"distribution": "internal", "distribution": "internal",
"android": { "android": {