android / socialite

Apache License 2.0
406 stars 74 forks source link

Use CameraXViewfinder from new camerax-compose artifact #107

Open JolandaVerhoef opened 2 weeks ago

JolandaVerhoef commented 2 weeks ago

1.5.0-alpha03 of the camerax library suite contains a new camerax-compose artifact, which does a lot of the heavy lifting for you when creating a viewfinder in Compose. This pull request implements the new artifact.

Note: The 1.5.0-alpha03 release of camerax depends on compileSdk 35, so I had to update that as well.