saket / telephoto

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

Lower minSdk to 23 #15

Closed julioromano closed 1 year ago

julioromano commented 1 year ago

Many apps are still targeting API23 as minSdk nowadays, this will allow those projects to include Telephoto.

Fixes https://github.com/saket/telephoto/issues/14

saket commented 1 year ago

Turns out GitHub actions aren't provided access to encrypted secrets for PRs. Let me push this change myself so that the instrumented checks are able to run.

https://github.com/saket/telephoto/pull/16