Skip to content

Commit eadb618

Browse files
committed
Add proguard-rules.pro
1 parent ed4a758 commit eadb618

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

app/proguard-rules.pro

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,15 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
#-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

Comments
 (0)