This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user