skydoves / TransformationLayout

🌠 Transform between two Views, Activities, and Fragments, or a View to a Fragment with container transform animations for Android.
Apache License 2.0
2.36k stars 191 forks source link

Duplicate Value #15

Closed satriawarn closed 4 years ago

satriawarn commented 4 years ago

Hi, i'm interesting with this library, but i got some error duplicate. I'm already using google material 1.3.0-alpha01 and this library version is 1.0.5, so when i build my app some error came up.

image

Could you tell me what is wrong with this? Thank you

skydoves commented 4 years ago

Hi, @ericsath. This library uses 1.3.0-alpha02 in the latest version 1.0.5, it seems to happen conflict when using the multiple material versions. I recommend adding dependency like below if you use another version of the material.

implementation("com.github.skydoves:transformationlayout:1.0.5") {
    exclude group: "com.google.android.material", module: 'material'
}