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

添加混淆忽略后, 部分图片无法加载出来 #2892

Open
manitozhang opened this issue May 15, 2024 · 0 comments
Open

添加混淆忽略后, 部分图片无法加载出来 #2892

manitozhang opened this issue May 15, 2024 · 0 comments

Comments

@manitozhang
Copy link

Current use version?

当前使用的版本是多少?

V3.11.2

Will this problem occur in demo?

Demo能否复现这问题?

不能

Describe the problem or provide an error log?

描述问题或提供错误log?

release开启混淆后,部分图片无法加载, 
![image](https://github.com/LuckSiege/PictureSelector/assets/35214125/74e6b4c5-5352-4f97-8b70-4aa4c0d747ff)
![image](https://github.com/LuckSiege/PictureSelector/assets/35214125/d35431b5-a565-4b62-88a7-6eb8b54da0e1)
 

已添加混淆忽略
-keep class com.luck.picture.lib.** { *; }

use Camerax

-keep class com.luck.lib.camerax.** { *; }

use uCrop

https://github.com/Yalantis/uCrop

-dontwarn com.yalantis.ucrop**
-keep class com.yalantis.ucrop** { ; }
-keep interface com.yalantis.ucrop
* { *; }

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

1 participant