Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这个地方写反了 #200

Closed
cv0cv0 opened this issue Aug 30, 2017 · 7 comments
Closed

这个地方写反了 #200

cv0cv0 opened this issue Aug 30, 2017 · 7 comments

Comments

@cv0cv0
Copy link

cv0cv0 commented Aug 30, 2017

ProGuard
If you use Glide as your image engine, add rules as Glide's README says.
And add extra rule:
-dontwarn com.squareup.picasso.**
If you use Picasso as your image engine, add rules as Picasso's README says.
And add extra rule:
-dontwarn com.bumptech.glide.**

@jaycee88
Copy link

jaycee88 commented Sep 4, 2017

是的

@ylfzq
Copy link

ylfzq commented Sep 11, 2017

The document is right, please make sure you know ProGuard

@adustdu2015
Copy link

reverse

@nekocode
Copy link

说写反的人,麻烦思考一下:

  • 你认为写反的依据是什么?麻烦提供一下。
  • 正如 @ylfzq 说的,你真的懂 Proguard 么?

@cv0cv0
Copy link
Author

cv0cv0 commented Sep 12, 2017

@nekocode 仔细看,Picasa和glide规则写反了,Picasa写的是glide的,glide写的是Picasa的。

@ylfzq
Copy link

ylfzq commented Sep 12, 2017

@cv0cv0 就是这样才是对的

@angelkoh
Copy link

angelkoh commented Jul 3, 2018

ProGuard
If you use Glide as your image engine, add rules as Glide's README says.
And add extra rule:
-dontwarn com.squareup.picasso.**
-dontwarn com.bumptech.glide.**

If you use Picasso as your image engine, add rules as Picasso's README says.
And add extra rule:
-dontwarn com.bumptech.glide.**
-dontwarn com.squareup.picasso.**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants