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

Does yamnet not need proguard? #19

Closed
developerzjy opened this issue Aug 31, 2023 · 1 comment
Closed

Does yamnet not need proguard? #19

developerzjy opened this issue Aug 31, 2023 · 1 comment

Comments

@developerzjy
Copy link

I am not using any proguard for yamnet, and no problems were found in my app release version. But I'm not sure if there's a hidden problem.

@gkonovalov
Copy link
Owner

I would like to avoid using Proguard for open source library:

Application projects obfuscate the entire code base, including any referenced libraries, so they need proper configuration for the application code and for the library code. In such cases, ProGuard settings are typically handled at the application level to ensure the correct obfuscation of both the app and its dependencies.

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

2 participants