stefanoq21 / BottomSheetNavigator3

This library provides a navigation solution for Compose projects using Material3 BottomSheets
https://medium.com/@stefanoq21/13f726c13d6b
Apache License 2.0
26 stars 2 forks source link

MinSdk is higher than needed! #8

Closed RezaDizaji closed 1 month ago

RezaDizaji commented 1 month ago

As title says, I think it can (an should) be as low as other Material libraries, specially ones we are trying to replicate their functionalities. If they can do it on lower APIs, why can't this library do?! I was unable to use this only because of this. My project's current minSdk is 24 and I got error saying this library needs at least 26. I don't want to higher up the minSdk only for this and I think many are like me.

stefanoq21 commented 1 month ago

Hi, Thank you for your feedback. I understand your frustration, just remember that this is an open project, if you find something you can kindly ask for an improvement and when someone have free time will do it. Anyway your point is good, I will probably make a new version in the next days with other fixes and I will try to reduce the minSkdVersion too. I suggest you to follow the library to stay updated with the new releases

RezaDizaji commented 1 month ago

Thanks for fast and kind response and for your awesome project. To clear things up a little bit and prevent any misunderstanding, I think I should mention that I didn't want to upset you. My point was the importance of this factor, not to lower the value of the project and sharing it for everyone to freely use.

stefanoq21 commented 1 month ago

Hi RezaDizaji,

Thanks for your message! I'm happy to announce the release v0.0.8.

The minimum supported SDK has been moved to 21 in this version. This should eliminate any potential integration issues you might have encountered previously.

In addition to the minSdk update, v0.0.8 includes a series of other improvements. You can check out the full changelog here.

As always, feel free to open a new issue if you encounter any further problems or have suggestions for future enhancements.

Have a great day!

Stefano