Adds tor classes to the proguard exceptions

This commit is contained in:
Vitor Pamplona
2025-03-17 13:55:12 -04:00
parent 5aa2eb4499
commit 664ea86e6c
+2
View File
@@ -38,6 +38,8 @@
-keep class com.lambdaworks.crypto.** { *; }
-keep class com.lambdaworks.jni.** { *; }
-keep class info.guardianproject.** { *; }
# JNA also requires AWT, which Android does not have. So the classes are broken down to filter AWT out
-keep class com.sun.jna.ToNativeConverter { *; }
-keep class com.sun.jna.NativeMapped { *; }