sheetmenu
sheetmenu copied to clipboard
androidx.constraintlayout:constraintlayout:2.0.0 beta is not stable for lib?
Hello, I think you shouldn't use androidx.constraintlayout:constraintlayout:2.0.0-beta for this library , because it's not stable for now.
Hello, it causes some bugs when you try use this library?
@whalemare : Yes, it is. There are 2 reseaons:
- 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
- Shouldn't use beta version for product, its dangerous.
Thanks