diff --git a/README.md b/README.md index 1cf360a..dd947b5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Get the sample app on Play Store.
[![Play Store Image](https://camo.githubus Glide.with(context) .load(src) .asBitmap() + .dontAnimate() .listener(l) .into(imageView) ```