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

Release build network connectivity issue caused by OkHttp3 and ProGuard #2

Closed
SirionRazzer opened this issue Oct 20, 2020 · 1 comment

Comments

@SirionRazzer
Copy link

SirionRazzer commented Oct 20, 2020

This is an issue I heavily struggled with - it is necessary to change package name in following lines inside the model-rules.pro file:

-keep class <my-package>.domain.model.** { *; }
-keep class <my-package>.data.net.dto.** { *; }

@lopspower
Copy link
Owner

Yes, if you change the project's package name, you have to change it everywhere.

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