uknownothingsnow/JsBridge

version 2.0.0 has duplicate class

Opened this issue · 1 comments

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

@tomake

You can do this:

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

Test available