Android: Remove dependency on recyclerview

Summary:
Removing unused code. We used to have this dependency for the RecyclerViewBackedScrollView, which has been removed.

**Test plan (required)**

Tests pass on Circle CI.
Closes https://github.com/facebook/react-native/pull/12636

Differential Revision: D4646561

Pulled By: ericnakagawa

fbshipit-source-id: 285de78debec306078eb9ad34a2339f95bc42a9c
This commit is contained in:
Martin Konicek 2017-03-02 16:08:40 -08:00 committed by Facebook Github Bot
parent 9f68d95943
commit ee122be97e
2 changed files with 0 additions and 14 deletions

View File

@ -275,7 +275,6 @@ dependencies {
compile fileTree(dir: 'src/main/third-party/java/infer-annotations/', include: ['*.jar'])
compile 'javax.inject:javax.inject:1'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
compile 'com.facebook.fresco:fresco:1.0.1'
compile 'com.facebook.fresco:imagepipeline-okhttp3:1.0.1'

View File

@ -1,13 +0,0 @@
android_prebuilt_aar(
name = "recyclerview",
aar = ":recyclerview-binary-aar",
visibility = [
"//ReactAndroid/...",
],
)
remote_file(
name = "recyclerview-binary-aar",
sha1 = "61e4d99d2377402c45a3176120f800e53b20ab1b",
url = "mvn:com.android.support:recyclerview-v7:aar:23.4.0",
)