Closed satriawarn closed 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'
}
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.
Could you tell me what is wrong with this? Thank you