Zetra

Results 3 comments of Zetra

Hi @RohanPatel22, if you are using maven central please try to update the compressor to `2.1.1`. https://github.com/zetbaitsu/Compressor/issues/179

If you want to do something after the compressing finished, just do it below the line you do the compressing. ```kotlin val compressedImageFile = Compressor.compress(context, actualImageFile) // compressing the image...