Aditya94A / Morphing-Material-Dialogs

Material dialog :heart: morphing animation. An android kotlin UI library for building beautiful animations for converting a floating action button into a material dialog.
https://adi.bio
MIT License
894 stars 64 forks source link

Update readme #8

Closed 1951FDG closed 3 years ago

1951FDG commented 6 years ago

Hi,

Just tried it out and it finally works, cool stuff, but some important info was missing in the readme, maybe you can update the readme with the following:

In app's build.gradle

android {
    dataBinding {
        enabled = true
    }
}
dependencies {
    implementation 'com.github.AdityaAnand1:Morphing-Material-Dialogs:0.0.4'
    implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
}

I noticed that v0.9.6.0 of Material Dialogs must be used, v2.0 will not work, and throw errors. Will you support V2.0 sometime?

Current readme also references v0.0.3 instead of 0.0.4...

Thanks!