diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-11-27 11:34:12 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-11-27 17:40:11 +0530 |
commit | a9b0112279bca0f19a2d8756d2fa4498936660dd (patch) | |
tree | d8f065cc043cc0c84171babf28ac37456a101584 /app/proguard-rules.pro | |
parent | f8230043189e037c8b4d46373e6077e91c1c4f93 (diff) |
fix(deps): upgrade to JGit 4.5.7.201904151645-r
Currently requires deleting and re-cloning the repository to properly
detect symlink support, this will be fixed in the future to auto-detect
on existing repositories as well.
Fixes #2594
Fixes #2396
Fixes #636
Fixes #387
Fixes #98
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 6dd3b79e..8e75c760 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -8,6 +8,7 @@ -dontwarn sun.misc.SignalHandler -dontwarn java.lang.instrument.ClassFileTransformer -dontwarn javax.servlet.ServletContextListener +-dontwarn javax.xml.bind.DatatypeConverter # WhatTheStack -keep class com.haroldadmin.whatthestack.WhatTheStackInitializer { |