mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
Merge pull request #123 from betheg/httpclient_dependency
get rid of the WARNING: Dependency org.apache.httpcomponents:httpclie…
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user