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

fix: update proguard rules #2140

Closed

Conversation

holzgeist
Copy link

Connection with issue(s)

Resolve issue #2139

Testing and Review Notes

Steps to reproduce are mentioned in above Issue. This PR solves the error message for me.

The change originates from flutter output in the error message. Applying the same change to the local proguard-rules.pro file does not work unfortunately

Screenshots or Videos

N/A

To Do

  • double check the original issue to confirm it is fully satisfied
  • add testing notes and screenshots in PR description to help guide reviewers
  • request the "UX" team perform a design review (if/when applicable)

@komaxx
Copy link

komaxx commented May 14, 2024

Looks good to me.

@Harishwarrior
Copy link

duplicate of #2102

@holzgeist
Copy link
Author

oh, thanks for pointing it out. I only looked for potential duplicate issues, not for PRs. I'll close this in favor of the older one

@EchoEllet
Copy link

EchoEllet commented Jul 11, 2024

Applying the same change to the local proguard-rules.pro file does not work unfortunately

Have you already applied this file in Gradle configuration?

Try to enter the following:

-invalid
-keep com.applicaition.package {;}
-keep ()

It's invalid file content.

If it didn't give you any error, then it's usually means that the Proguard configuration is not configured to use this file or don't have access to.

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

Successfully merging this pull request may close these issues.

4 participants