Skip to content

Remove Apache HTTP dependency #1049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions litho-rendercore-center/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-default-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

buildFeatures {
buildConfig = false
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-default-text-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

buildFeatures {
buildConfig = false
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-primitive-components/canvas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ android {
buildToolsVersion rootProject.buildToolsVersion
namespace 'com.facebook.primitive.canvas'

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-primitive-components/utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ android {
buildToolsVersion rootProject.buildToolsVersion
namespace 'com.facebook.primitive.utils'

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-primitives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore-res/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore-text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-thread-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion rootProject.minSdkVersion
}
Expand Down
3 changes: 0 additions & 3 deletions litho-rendercore-visibility/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

// We're on an old version of Robolectric which requires this, sadly.
useLibrary 'org.apache.http.legacy'

kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all']
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore-yoga/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

buildFeatures {
buildConfig = false
}
Expand Down
2 changes: 0 additions & 2 deletions litho-rendercore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all']
}
Expand Down
2 changes: 0 additions & 2 deletions sample-codelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion

useLibrary 'org.apache.http.legacy'

targetCompatibility = targetCompatibilityVersion
sourceCompatibility = sourceCompatibilityVersion

Expand Down