From ab0d1b694f69e3508b75911f94a9061ce27c4525 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Wed, 11 Dec 2024 09:13:21 +0100 Subject: [PATCH] fix typo lol --- eas.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 4e736e2..95414f6 100644 --- a/eas.json +++ b/eas.json @@ -16,8 +16,11 @@ }, "production": { "autoIncrement": true, + "android": { + "buildType": "apk" + }, "env": { - "EXPO_PUBLIC_API_URL": "https://service.staraooeal.tech/api" + "EXPO_PUBLIC_API_URL": "https://service.starappeal.tech/api" } } },