From 5023bf04e289b8e5b7686702a39fa0b4299a293c Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Thu, 3 Jun 2021 19:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index c496734..9172f72 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -1,8 +1,8 @@ [ { "Name": "safe-java-js-webview-bridge", - "License": "MIT License", - "License File": "LICENSE", + "License": "", + "License File": "", "Version Number": "1.1", "Upstream URL": "https://github.com/pedant/safe-java-js-webview-bridge", "Description": "抛弃使用高风险的WebView addJavascriptInterface方法,通过对js层调用函数及回调函数的包装,支持异步回调,方法参数支持js所有已知的类型,包括number、string、boolean、object、function。" -- Gitee