From 1e239559c9aafc718557e44cfc2842966da8e883 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 6 Mar 2026 17:12:33 +0100 Subject: [PATCH] chore: fix url --- mobile/app.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index add7b5b8..1db1cbc7 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -27,15 +27,22 @@ "versionCode": 1, "permissions": [ "android.permission.VIBRATE" - ], - "usesCleartextTraffic": true + ] }, "web": { "favicon": "./assets/icon.png" }, "plugins": [ "expo-font", - "expo-router" + "expo-router", + [ + "expo-build-properties", + { + "android": { + "usesCleartextTraffic": true + } + } + ] ], "extra": { "eas": {