whalemare / sheetmenu

Library for speedy implementation menu with BottomSheet
124 stars 18 forks source link

androidx.constraintlayout:constraintlayout:2.0.0 beta is not stable for lib? #21

Open chihung93 opened 4 years ago

chihung93 commented 4 years ago

Hello, I think you shouldn't use androidx.constraintlayout:constraintlayout:2.0.0-beta for this library , because it's not stable for now.

whalemare commented 4 years ago

Hello, it causes some bugs when you try use this library?

chihung93 commented 4 years ago

@whalemare : Yes, it is. There are 2 reseaons:

  1. I can not upgrade my gradle to lasted version. Because all of libs or dependencies are using stable version.=> must force in gradle and it will be too slow
  2. Shouldn't use beta version for product, its dangerous.

Thanks

Screen Shot 2020-07-27 at 01 31 34