Skip to content

Commit

Permalink
fix: add conscript to proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 7, 2025
1 parent d061bf6 commit 70ddaca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions wallet/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@
-keepattributes SourceFile,LineNumberTable
-keep class kotlin.Metadata { *; }

# Conscript
# Keep Conscrypt classes
-keep class org.conscrypt.** { *; }
-keep class com.android.org.conscrypt.** { *; }
-keep class org.conscrypt.** { *; }

# Prevent obfuscation of SSL/TLS related classes
-dontwarn org.conscrypt.**
-dontwarn com.android.org.conscrypt.**

0 comments on commit 70ddaca

Please sign in to comment.