Skip to content

Check if there are missing proguard rules for the Android SDK #1696

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

Closed
marandaneto opened this issue Sep 2, 2021 · 2 comments
Closed

Check if there are missing proguard rules for the Android SDK #1696

marandaneto opened this issue Sep 2, 2021 · 2 comments

Comments

@marandaneto
Copy link
Contributor

https://developer.android.com/studio/releases/gradle-plugin#7-0-0

For convenience, AGP will generate a file that contains all potentially missing rules, writing them to a file path such as the following: app/build/outputs/mapping/release/missing_rules.txt. Add the rules to your proguard-rules.pro file to ignore warnings.

@marandaneto
Copy link
Contributor Author

related to #1646

@marandaneto
Copy link
Contributor Author

Please add these rules to your existing keep rules in order to suppress warnings.

This is generated automatically by the Android Gradle plugin.-dontwarn org.bouncycastle.jsse.BCSSLParameters

-dontwarn org.bouncycastle.jsse.BCSSLSocket
-dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
-dontwarn org.conscrypt.Conscrypt$Version
-dontwarn org.conscrypt.Conscrypt
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
-dontwarn org.openjsse.net.ssl.OpenJSSE

not related to sentry sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant