From 9ee3b51910096f4e99c14435438887eaf499d1a9 Mon Sep 17 00:00:00 2001 From: Asif Patel Date: Tue, 18 Feb 2020 15:22:29 +0530 Subject: [PATCH] Change proguard warning based on image engine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6894a2178..da9f9a95b 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.