From 31489b72d2850c9a36541758408947f0b525d1fa Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Thu, 24 Jun 2021 01:56:16 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= 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 e9d6a89..edb7557 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -1,8 +1,8 @@ [ { "Name": "safe-java-js-webview-bridge", - "License": "无", - "License File": "无", + "License": "MIT License", + "License File": "LICENSE", "Version Number": "v1.1", "Upstream URL": "https://github.com/pedant/safe-java-js-webview-bridge", "Description": "抛弃使用高风险的WebView addJavascriptInterface方法,通过对js层调用函数及回调函数的包装,支持异步回调,方法参数支持js所有已知的类型,包括number、string、boolean、object、function。" -- Gitee