yarolegovich / DiscreteScrollView

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
5.78k stars 782 forks source link

support-v4及design依赖冲突问题 #134

Closed liyujiang-gzu closed 4 years ago

liyujiang-gzu commented 6 years ago

需要排除discrete-scrollview的support-v4及design依赖才能正常编译,解决方案如下:

    compile('com.yarolegovich:discrete-scrollview:1.4.9') {
        exclude group: "com.android.support"
    }
liyujiang-gzu commented 6 years ago

FAILURE: Build failed with an exception.

yarolegovich commented 4 years ago

Fixed with 1.5.0