florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 423 forks source link

Build failed #45

Open vsys-snehal opened 5 years ago

vsys-snehal commented 5 years ago

Program type already present: android.support.v4.app.FragmentTransitionCompat21$1

liyujiang-gzu commented 5 years ago

try this:

dependencies {
    implementation('com.github.florent37:viewanimator:{versionCode}') {
        exclude group: 'com.android.support'
    }
}