kroegerama/bottomsheet-imagepicker

Question

Closed this issue · 0 comments

Hello, you did a great job, but why you are using not stable com.google.android.material:material library. I see you are using 1.1.0-rc1 . In my project, I'm using 1.0.0 and this is cause problem for my custom BootomSheet Dialogs. Is it possible to change at least
api 'com.google.android.material:material:1.1.0-rc01' to =>
implementation 'com.google.android.material:material:1.1.0-rc01' I guess it will help hide the library and not mixed different versions.