aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 8e53f558..3ffa9d7c 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -28,10 +28,6 @@
-keep class org.bouncycastle.jce.provider.** { *; }
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi { *; }
-# Tink (for security-crypto)
-# I'm most certainly not a fan of this catch-all rule
--keep class com.google.crypto.tink.proto.** { *; }
-
# WhatTheStack
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {
<init>();