Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created May 31, 2012 11:45
Show Gist options
  • Save sourcerebels/2842873 to your computer and use it in GitHub Desktop.
Save sourcerebels/2842873 to your computer and use it in GitHub Desktop.
Maven > Android > Update HttpClient dependencies
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>0.6.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment