uknownothingsnow / JsBridge

android java and javascript bridge, inspired by wechat webview jsbridge
9.78k stars 2.01k forks source link

version 2.0.0 has duplicate class #275

Open tomake opened 11 months ago

tomake commented 11 months ago
image

publish aar both in jsbridge and jsbridge-debug cause this problem , please fix it

Yiwei099 commented 11 months ago

@tomake

You can do this:

    implementation ('com.github.lzyzsd:jsbridge:2.0.0'){
        exclude group: 'com.github.lzyzsd.jsbridge', module: 'jsbridge-debug'
    }

Test available