Skip to content

Commit

Permalink
Remove the org.apache http library
Browse files Browse the repository at this point in the history
Replace with the built-in HttpUrlConnection
  • Loading branch information
marcomorain committed Feb 1, 2017
1 parent 9e585cb commit a3b20d9
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 169 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "23.0.3"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId 'com.joshdholtz.sentrytesting'
minSdkVersion 15
Expand Down
3 changes: 0 additions & 3 deletions sentry-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ android {
compileSdkVersion 24
buildToolsVersion "23.0.3"

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion 3
targetSdkVersion 24
Expand All @@ -31,7 +29,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
provided 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
androidTestCompile 'com.google.guava:guava:19.0'

}
Expand Down
Loading

0 comments on commit a3b20d9

Please sign in to comment.