DanielMartinus / Konfetti

Celebrate more with this lightweight confetti particle system 🎊
ISC License
3.13k stars 299 forks source link

Support to sdk lower than 23 #287

Closed the-thiago closed 2 years ago

the-thiago commented 2 years ago

Is it not possible to have a minimum sdk of 21? There is a significant amount of users below SDK 23. Current min SDK for "nl.dionsegijn:konfetti-compose:2.0.1" is 23.

versions

the-thiago commented 2 years ago

As work around I'm using "nl.dionsegijn:konfetti-xml:2.0.1" with AndroidView for compose

the-thiago commented 2 years ago

https://github.com/DanielMartinus/Konfetti/commit/080a7e9ee616915e654b4743ed7c4e77fad23a3a The compose version was created already in api level 23, I think there is no problem updating it to API 21

DanielMartinus commented 2 years ago

Hey @the-thiago, I agree. I will look into it

DanielMartinus commented 2 years ago

Lowered the sdk version and will release it as soon as the other open PRs are tested and merged