Skip to content

Commit e3a272e

Browse files
committed
Remove Apache HTTP dependency
1 parent f65292e commit e3a272e

File tree

16 files changed

+0
-40
lines changed

16 files changed

+0
-40
lines changed

litho-rendercore-center/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ android {
2828
compileSdkVersion rootProject.compileSdkVersion
2929
buildToolsVersion rootProject.buildToolsVersion
3030

31-
useLibrary 'org.apache.http.legacy'
32-
3331
defaultConfig {
3432
minSdkVersion rootProject.minSdkVersion
3533
}

litho-rendercore-default-node/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ android {
2424
compileSdkVersion rootProject.compileSdkVersion
2525
buildToolsVersion rootProject.buildToolsVersion
2626

27-
// We're on an old version of Robolectric which requires this, sadly.
28-
useLibrary 'org.apache.http.legacy'
29-
3027
buildFeatures {
3128
buildConfig = false
3229
}

litho-rendercore-default-text-node/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ android {
2424
compileSdkVersion rootProject.compileSdkVersion
2525
buildToolsVersion rootProject.buildToolsVersion
2626

27-
// We're on an old version of Robolectric which requires this, sadly.
28-
useLibrary 'org.apache.http.legacy'
29-
3027
buildFeatures {
3128
buildConfig = false
3229
}

litho-rendercore-extensions/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ android {
2424
compileSdkVersion rootProject.compileSdkVersion
2525
buildToolsVersion rootProject.buildToolsVersion
2626

27-
// We're on an old version of Robolectric which requires this, sadly.
28-
useLibrary 'org.apache.http.legacy'
29-
3027
defaultConfig {
3128
minSdkVersion rootProject.minSdkVersion
3229
}

litho-rendercore-glide/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ android {
2828
compileSdkVersion rootProject.compileSdkVersion
2929
buildToolsVersion rootProject.buildToolsVersion
3030

31-
useLibrary 'org.apache.http.legacy'
32-
3331
defaultConfig {
3432
minSdkVersion rootProject.minSdkVersion
3533
}

litho-rendercore-primitive-components/canvas/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ android {
2626
buildToolsVersion rootProject.buildToolsVersion
2727
namespace 'com.facebook.primitive.canvas'
2828

29-
// We're on an old version of Robolectric which requires this, sadly.
30-
useLibrary 'org.apache.http.legacy'
31-
3229
defaultConfig {
3330
minSdkVersion rootProject.minSdkVersion
3431
}

litho-rendercore-primitive-components/utils/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ android {
2626
buildToolsVersion rootProject.buildToolsVersion
2727
namespace 'com.facebook.primitive.utils'
2828

29-
// We're on an old version of Robolectric which requires this, sadly.
30-
useLibrary 'org.apache.http.legacy'
31-
3229
defaultConfig {
3330
minSdkVersion rootProject.minSdkVersion
3431
}

litho-rendercore-primitives/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ android {
2525
compileSdkVersion rootProject.compileSdkVersion
2626
buildToolsVersion rootProject.buildToolsVersion
2727

28-
// We're on an old version of Robolectric which requires this, sadly.
29-
useLibrary 'org.apache.http.legacy'
30-
3128
defaultConfig {
3229
minSdkVersion rootProject.minSdkVersion
3330
}

litho-rendercore-res/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ android {
2424
compileSdkVersion rootProject.compileSdkVersion
2525
buildToolsVersion rootProject.buildToolsVersion
2626

27-
useLibrary 'org.apache.http.legacy'
28-
2927
defaultConfig {
3028
minSdkVersion rootProject.minSdkVersion
3129
}

litho-rendercore-testing/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ android {
2020
compileSdkVersion rootProject.compileSdkVersion
2121
buildToolsVersion rootProject.buildToolsVersion
2222

23-
useLibrary 'org.apache.http.legacy'
24-
2523
defaultConfig {
2624
minSdkVersion rootProject.minSdkVersion
2725
}

0 commit comments

Comments
 (0)