diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-09-03 10:48:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 14:18:14 +0530 |
commit | 3840f43fa0026b06b15913379761c1bf6b6a1c68 (patch) | |
tree | 41a5d47c3ed3ef06430d2d045876301d4db416ad /app/build.gradle.kts | |
parent | 258ccc601605f3112d9310043b9a34bf6ca3c9e0 (diff) |
Refactor Git operations and auth (#1066)
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e613b79a..2d5c7262 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -118,6 +118,7 @@ dependencies { implementation(Dependencies.ThirdParty.jgit) { exclude(group = "org.apache.httpcomponents", module = "httpclient") } + implementation(Dependencies.ThirdParty.kotlin_result) implementation(Dependencies.ThirdParty.sshj) implementation(Dependencies.ThirdParty.bouncycastle) implementation(Dependencies.ThirdParty.plumber) |