aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2015-08-28 20:13:36 +0200
committerMichael <betheg@bitcloner.org>2015-08-28 20:13:36 +0200
commit67b7ff0a7ef76a265739086c67f0892d4dac2883 (patch)
tree7efbcb82829fb8f7df2319be9600221d5f3418fa
parenta314563ca900522e9000223971a8f3c47ff9f668 (diff)
get rid of the WARNING: Dependency org.apache.httpcomponents:httpclient...
-rw-r--r--app/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9aa6e248..d2c3cf27 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -34,7 +34,9 @@ dependencies {
compile 'com.android.support:cardview-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'org.sufficientlysecure:openpgp-api:7.0'
- compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r'
+ compile ('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') {
+ exclude group: 'org.apache.httpcomponents', module: 'httpclient'
+ }
compile 'com.jcraft:jsch:0.1.53'
compile 'org.apache.commons:commons-io:1.3.2'
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'