-
Notifications
You must be signed in to change notification settings - Fork 3
ISS-179074: Update troubleshooting guide and proguard rules #244
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
base: main
Are you sure you want to change the base?
ISS-179074: Update troubleshooting guide and proguard rules #244
Conversation
🌟 EkLine ReviewerHello! I’m here to help improve your docs. I’ve reviewed your pull request, and left in-line suggestions for quick fixes. For details, visit the Analytics Page. For questions or feedback, please email [email protected]. |
Published docs preview URL: https://devrev-preview-5138cb43-6214-46fc-ae22-57fc22753f25.docs.buildwithfern.com |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Published docs preview URL: https://devrev-preview-2e25869a-56aa-4a92-959f-c707c4f645d8.docs.buildwithfern.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with one superficial suggestion.
@@ -45,6 +45,14 @@ To integrate the latest version of our SDK into your app, follow these steps: | |||
</Tab> | |||
</Tabs> | |||
|
|||
### Proguard rules | |||
|
|||
If you are using Proguard in your project, you must add the following lines to your configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are using Proguard in your project, you must add the following lines to your configuration: | |
If you are using Proguard in your project, add the following lines to your configuration: |
Description
This PR updates the troubleshooting guides and proguard rules steps to provide better clarity to devs while dealing with proguard issues in release builds.
Issue
ISS-179074