natario1 / CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
https://natario1.github.io/CameraView
Other
4.89k stars 922 forks source link

Add proguard rules #1250

Open alanlee-nd opened 10 months ago

alanlee-nd commented 10 months ago

Problem to be addressed

I did find an old issue with the same topic: https://github.com/natario1/CameraView/issues/163#issuecomment-372818221

But it would be ideal if the library owner provides progaurd rules so the library can be used in it's optimized binary form instead of having the app developer figuring out the rules. Most Android library I know of provide their own rules.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Additional context

Add any other context or screenshots about the feature request here.