From 4db4b6c0f3c5bec9a5828cb21b389411df4a9f8f Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Wed, 22 Jul 2026 18:21:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4expo-updates=E6=8F=92?= =?UTF-8?q?=E4=BB=B6(=E5=B7=B2=E7=94=A8WebView=20OTA=E5=8F=96=E4=BB=A3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client-android/app.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/client-android/app.json b/packages/client-android/app.json index 63e2673..40ffc71 100644 --- a/packages/client-android/app.json +++ b/packages/client-android/app.json @@ -25,14 +25,7 @@ ] }, "plugins": [ - "expo-updates" - ], - "updates": { - "enabled": true, - "checkAutomatically": "ON_LOAD", - "fallbackToCacheTimeout": 3000, - "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/manifest/expo-manifest.json" - }, + ], "extra": { "eas": { "projectId": "yuzu-gca-android"