aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorDiogenes Molinares <amolinares19@gmail.com>2020-06-10 10:35:03 +0200
committerGitHub <noreply@github.com>2020-06-10 14:05:03 +0530
commit0050deb5012d158f83f04bc6be61a52596fa99c2 (patch)
tree51417971d7b7dbcbeb3d34d688c9a8d45a9c24ca /app/build.gradle
parent7569d4027081d27a6e3d975c14cfc9bdcd879257 (diff)
Remove Apache Commons dependencies (#840)
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7be17e71..dbac1a5c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -94,8 +94,6 @@ dependencies {
implementation deps.kotlin.coroutines.android
implementation deps.kotlin.coroutines.core
- implementation deps.third_party.commons_io
- implementation deps.third_party.commons_codec
implementation deps.third_party.fastscroll
implementation(deps.third_party.jgit) {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'