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" } } },