From b139a94e6843f83e421101ef4d8144f4f092f704 Mon Sep 17 00:00:00 2001 From: qiuguohua Date: Fri, 21 Jul 2023 14:56:05 +0800 Subject: [PATCH] Solve unchecked websocket link failure issue --- native/external-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/external-config.json b/native/external-config.json index 143079286e8..082f542393f 100644 --- a/native/external-config.json +++ b/native/external-config.json @@ -3,6 +3,6 @@ "type": "github", "owner": "cocos-creator", "name": "engine-native-external", - "checkout": "v3.8.1-6" + "checkout": "v3.8.1-8" } }