Skip to content

Commit

Permalink
Update proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Nov 24, 2023
1 parent ba269d6 commit 99250cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
-dontwarn com.jcraft.**
-dontwarn org.slf4j.**

-keep class org.bouncycastle.crypto.prng.RandomGenerator { *; }
-keep class org.bouncycastle.crypto.prng.VMPCRandomGenerator { *; }
-keepnames class org.bouncycastle.crypto.prng.RandomGenerator
-keepnames class org.bouncycastle.crypto.prng.VMPCRandomGenerator

-keepclassmembers enum com.orgzly.android.ui.refile.RefileLocation$Type { *; }

0 comments on commit 99250cd

Please sign in to comment.