saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
875 stars 29 forks source link

Lower minSDK to 21 #91

Closed iwb-florien-flament closed 4 days ago

iwb-florien-flament commented 4 days ago

Even if there's a very low number of devices still running on Android Lollipop, the current price to pay to lower the minSDK of the library is quite low. The only place where it need a change is the haptic feedback for Android. This could be easily overridden for the 21/22 SDK

iwb-florien-flament commented 4 days ago

You can take a look at the implementation needed in this PR

saket commented 4 days ago

Sure, let's do it!

iwb-florien-flament commented 2 days ago

Thanks a lot ! 🙇