Retrieve httpclient-android from JCenter instead of committing it Change-Id: I6f06a98a2307f650da531d7769239aece650ca5d
diff --git a/app/build.gradle b/app/build.gradle index 7fecc54..2f5b98c 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -24,7 +24,7 @@ testCompile 'junit:junit:4.12' compile files('libs/gerrit-rest-java-client-0.8.8-SNAPSHOT.jar') compile 'com.google.guava:guava:19.0-rc2' - compile files('libs/httpclient-android-4.3.5.1.jar') + compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1' compile 'com.google.code.gson:gson:2.3.1' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1'
diff --git a/app/libs/httpclient-android-4.3.5.1.jar b/app/libs/httpclient-android-4.3.5.1.jar deleted file mode 120000 index 8f7fca1..0000000 --- a/app/libs/httpclient-android-4.3.5.1.jar +++ /dev/null
@@ -1 +0,0 @@ -../../third_party/httpclient-android-4.3.5.1.jar \ No newline at end of file
diff --git a/third_party/httpclient-android-4.3.5.1.jar b/third_party/httpclient-android-4.3.5.1.jar deleted file mode 100644 index ab03a08..0000000 --- a/third_party/httpclient-android-4.3.5.1.jar +++ /dev/null Binary files differ