-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Is your feature request related to a problem? Please describe.
Yes, we are using your library in our project, but every time you release newer version you also remove older versions from jitpack repository, which breaks our pipeline. We upgraded to newer version every time, but now, with 1.1.0 you force us to use material3, but that would enforce massive refactor to whole application.
Describe the solution you'd like
It is a good habit to keep older versions of the library available for those who don't need new features or those like us, who can't afford immediate refactor of application to material3.
Describe alternatives you've considered
As this aggressive change broke our pipeline completely, I have no other option than to remove this library from our dependencies and consider it to be a bad idea and not reliable source for future dependencies.