mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
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:
committed by
Facebook Github Bot
parent
9f68d95943
commit
ee122be97e
@@ -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",
|
||||
)
|
||||
Reference in New Issue
Block a user