summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/proguard-rules.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 232f70e7..8e53f558 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -31,3 +31,8 @@
# 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>();
+}