build.gradle: Remove dead code

It's from a time of jgit
This commit is contained in:
Vishesh Handa
2019-05-20 18:44:14 +02:00
parent 0af274be2b
commit 7a7ca048e3

View File

@ -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'