Skip to content

Commit

Permalink
fix: [WebDAV] Https connection
Browse files Browse the repository at this point in the history
Change-Id: I9e391fb0adccb60a17eee2aff92226239c303d2f
  • Loading branch information
XayahSuSuSu committed Jul 8, 2024
1 parent f56a18f commit aa9312f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@
-keep class java.awt.**

# sftp
-keep class sun.security.x509.X509Key
-keep class sun.security.x509.X509Key

# BC
-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class org.bouncycastle.jce.provider.** { *; }

0 comments on commit aa9312f

Please sign in to comment.