aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-05-28 02:33:51 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-05-28 02:33:51 +0530
commit9838801ed3a0fb83368ede8166e38a38d056f618 (patch)
tree288449a5486286e4f3c7a26cfac00a15183b8f38 /app
parent6c8d7e7680dcd3ac998daeb40780d988bf159283 (diff)
fix: adjust R8 rules
Workaround for https://github.com/getsentry/sentry-java/issues/2738
Diffstat (limited to 'app')
-rw-r--r--app/proguard-rules.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 9bd2a665..cc72298d 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -6,9 +6,7 @@
-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; }
--dontwarn sun.misc.SignalHandler
--dontwarn java.lang.instrument.ClassFileTransformer
--dontwarn javax.servlet.ServletContextListener
+-dontwarn io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter
# WhatTheStack
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {