You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used this library in release configuration which proguard turned on but it gave us error Warning: io.fotoapparat.facedetector.processor.FaceDetectorProcessor: can't find referenced field 'io.fotoapparat.parameter.Size size' in program class io.fotoapparat.preview.Frame
I think it will be great if you can provide proguard rule. thanks
The text was updated successfully, but these errors were encountered:
Thank you for your reply, our current approach is use keep rule so the file don't get obfuscated, but also will try dontwarn and make sure there are no runtime errors
We used this library in release configuration which proguard turned on but it gave us error
Warning: io.fotoapparat.facedetector.processor.FaceDetectorProcessor: can't find referenced field 'io.fotoapparat.parameter.Size size' in program class io.fotoapparat.preview.Frame
I think it will be great if you can provide proguard rule. thanks
The text was updated successfully, but these errors were encountered: