cesards / SuperImageView

Crop and Rounded Corners added to an ImageView.
MIT License
654 stars 111 forks source link

Fix exception when building with gradle #24

Closed adrielcafe closed 6 years ago

adrielcafe commented 7 years ago

2 packages were missing:

import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
cesards commented 6 years ago

So weird. I made changes and it should be working fine, now :-)

Thank you so much for the PR :-D