From 7a7ca048e324563a79e74054017f72e8a9409595 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 20 May 2019 18:44:14 +0200 Subject: [PATCH] build.gradle: Remove dead code It's from a time of jgit --- android/app/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9046a90d..aa3fa2e2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -108,11 +108,5 @@ dependencies { implementation 'commons-io:commons-io:2.5' } -configurations { - all { - exclude module: 'httpclient' - } -} - apply plugin: 'com.google.gms.google-services' apply plugin: 'io.fabric'