aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-08-21 01:07:35 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-08-21 01:11:06 +0530
commit7a7e58f6dd0881d032742b1f7997e86e1ef56d49 (patch)
treef10a58cad1c925da4211ee1f9d493f6df451f35e /app/build.gradle.kts
parent80b3a1559264685a23ef4058a91c98241e55c939 (diff)
Revert "Reland symlink support (#1020)"
This does not work below API 27. Fixes #1032 This reverts commit 087ab547c123e90eb4207bfe9080486d54fbf3ef.
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index dc672aec..19c6a49d 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -118,8 +118,6 @@ dependencies {
implementation(Dependencies.ThirdParty.jgit) {
exclude(group = "org.apache.httpcomponents", module = "httpclient")
}
- // Loaded dynamically by JGit to provide symlink support
- implementation(Dependencies.ThirdParty.jgit_java7)
implementation(Dependencies.ThirdParty.jsch)
implementation(Dependencies.ThirdParty.sshj)
implementation(Dependencies.ThirdParty.bouncycastle)