From 04ee5ce500637652e0837c3fecaa0eb7181d5b07 Mon Sep 17 00:00:00 2001 From: kwytalent Date: Thu, 11 Apr 2019 00:18:08 +0800 Subject: [PATCH] Update README.md fix ProGuard rule --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1b89bdf..ad487b555 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Check out [Matisse releases](https://github.com/zhihu/Matisse/releases) to see m If you use [Glide](https://github.com/bumptech/glide) as your image engine, add rules as Glide's README says. And add extra rule: ```pro --dontwarn com.squareup.picasso.** +-dontwarn com.bumptech.glide.** ``` If you use [Picasso](https://github.com/square/picasso) as your image engine, add rules as Picasso's README says. And add extra rule: ```pro --dontwarn com.bumptech.glide.** +-dontwarn com.squareup.picasso.** ``` **Attention**: The above progurad rules are correct.