diff --git a/README.OPENSOURCE b/README.OPENSOURCE index c496734a5fa7c31e1515bcf9329a5fd80fe548b7..9172f7234c512982982759391487df04a96dc49c 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。"