diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 132bd7e67..fff92b51f 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -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' diff --git a/ReactAndroid/src/main/third-party/android/support/v7/recyclerview/BUCK b/ReactAndroid/src/main/third-party/android/support/v7/recyclerview/BUCK deleted file mode 100644 index 29fc09cf7..000000000 --- a/ReactAndroid/src/main/third-party/android/support/v7/recyclerview/BUCK +++ /dev/null @@ -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", -)