ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

Proguard rules after migrate to AndroidX Library #625

Open Maxwell6635 opened 5 years ago

Maxwell6635 commented 5 years ago

On latest version 2.8.0 since already migrate to AndroidX, I dont thinks this proguard rules is valid for that

Change this -keep class android.support.v7.widget.* { ; }

to -keep class androidx.appcompat.widget.* { ; }

gouravtechno commented 3 years ago

not working image