minCompileSdkVersion=31 set for androidx.camera:camera-core
sandeep5193 opened this issue · comments
sandeep5193 commented
my project is not ready to target api 31 yet. my requirement is very minimal, converting from I420 to RGB24/ARGB. I have excluded this particular module in gradle and is working fine.
just curious to know where this module is needed.
Zenichi Amano commented
To handle ImageProxy, it is used in io.github.crow_misia.libyuv.ext.ImageProxyExt.
sandeep5193 commented
thanks for quick reply.