Skip to content

Commit

Permalink
Add legacy org.apache.http dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Oct 26, 2015
1 parent ca3300a commit c7505ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions safeslinger-exchange/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

// TODO: remove org.apache dependencies
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion 8
targetSdkVersion 21
Expand Down

0 comments on commit c7505ec

Please sign in to comment.