GithubHelp home page GithubHelp logo

Comments (3)

CarGuo avatar CarGuo commented on August 26, 2024

还是有点不一样,但是 gsy 的理论上是可以兼容com.danikula的,建议 排除 com.danikula

from gsyvideoplayer.

KeQian avatar KeQian commented on August 26, 2024

还是有点不一样,但是 gsy 的理论上是可以兼容com.danikula的,建议 排除 com.danikula

诶 为啥要直接copy com.danikula:videocache,还不改包名,其他三方库引用了 com.danikula:videocache,导致了同名类冲突,大佬有啥好的处理方式么

from gsyvideoplayer.

CarGuo avatar CarGuo commented on August 26, 2024

因为要要改一些东西,所以就fork过来修改了,它六年没改过了······类似这样处理

implementation('com.example.library:library-a:1.0.0') {
    exclude group: 'com.example.library', module: 'module-to-exclude'
}


implementation('com.example.library:library-a:1.0.0') {
    exclude module: 'xxxxx
}

from gsyvideoplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.