Revert "fix: adjust R8 rules"

This reverts commit 9838801ed3.
This commit is contained in:
Harsh Shandilya 2023-05-31 17:33:15 +05:30
parent bab65852b5
commit b9410a0f31
No known key found for this signature in database

View file

@ -6,7 +6,9 @@
-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; }
-dontwarn io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter
-dontwarn sun.misc.SignalHandler
-dontwarn java.lang.instrument.ClassFileTransformer
-dontwarn javax.servlet.ServletContextListener
# WhatTheStack
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {