We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a758 commit eadb618Copy full SHA for eadb618
app/proguard-rules.pro
@@ -18,4 +18,15 @@
18
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
-#-renamesourcefileattribute SourceFile
+#-renamesourcefileattribute SourceFile
22
+
23
+# This is generated automatically by the Android Gradle plugin.
24
+-dontwarn org.bouncycastle.jsse.BCSSLParameters
25
+-dontwarn org.bouncycastle.jsse.BCSSLSocket
26
+-dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
27
+-dontwarn org.conscrypt.Conscrypt$Version
28
+-dontwarn org.conscrypt.Conscrypt
29
+-dontwarn org.conscrypt.ConscryptHostnameVerifier
30
+-dontwarn org.openjsse.javax.net.ssl.SSLParameters
31
+-dontwarn org.openjsse.javax.net.ssl.SSLSocket
32
+-dontwarn org.openjsse.net.ssl.OpenJSSE
0 commit comments