aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
blob: cc72298d2e5fee5489d957fa28afecb8e255bf14 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-keepattributes SourceFile,LineNumberTable,EnclosingMethod,InnerClasses
-dontobfuscate

-keep class com.jcraft.jsch.**
-keep class org.eclipse.jgit.internal.JGitText { *; }
-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; }

-dontwarn io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter

# WhatTheStack
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {
  <init>();
}