Hey, I just check the ImageUtil class, I found that ``` options.inDither = false options.inPurgeable = true options.inInputShareable = true ``` are deprecated. I read in this documentation [https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inPurgeable](url) that inBitmap is the other solution for the deprecated property. Is there any update to implement that solution ?
Hey, I just check the ImageUtil class, I found that
are deprecated. I read in this documentation https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inPurgeable that inBitmap is the other solution for the deprecated property.
Is there any update to implement that solution ?