fix: adjust R8 rules

Workaround for https://github.com/getsentry/sentry-java/issues/2738
This commit is contained in:
Harsh Shandilya 2023-05-28 02:33:51 +05:30
parent 6c8d7e7680
commit 9838801ed3
No known key found for this signature in database

View file

@ -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 {