Skip to content

Commit 53c7f1d

Browse files
Martin Konicekfacebook-github-bot
authored andcommitted
When building open source React Native, make Buck use the same version of Support Library as Gradle uses, and as we use internally
Reviewed By: bestander Differential Revision: D4666693 fbshipit-source-id: a9a15164498353759a14630e2ce78a4a00e9c855
1 parent b698b4a commit 53c7f1d

File tree

2 files changed

+4
-16
lines changed
  • ReactAndroid/src/main/third-party/android

2 files changed

+4
-16
lines changed

ReactAndroid/src/main/third-party/android/support-annotations/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ prebuilt_jar(
66

77
remote_file(
88
name = "support-annotations-binary-aar",
9-
sha1 = "ffbe55fdb2bb456b1485831706a9eac3300bb6b8",
10-
url = "mvn:com.android.support:support-annotations:jar:23.4.0",
9+
sha1 = "1fce89a6428c51467090d7f424e4c9c3dbd55f7e",
10+
url = "mvn:com.android.support:support-annotations:jar:23.0.1",
1111
)

ReactAndroid/src/main/third-party/android/support/v4/BUCK

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ android_prebuilt_aar(
66

77
remote_file(
88
name = "lib-support-v4-binary-aar",
9-
sha1 = "7a802deefef9561d90a440994c3e6eed81f2c241",
10-
url = "mvn:com.android.support:support-v4:aar:23.4.0",
11-
)
12-
13-
prebuilt_jar(
14-
name = "lib-support-annotations",
15-
binary_jar = ":lib-support-annotations-binary-aar",
16-
visibility = ["//ReactAndroid/..."],
17-
)
18-
19-
remote_file(
20-
name = "lib-support-annotations-binary-aar",
21-
sha1 = "ffbe55fdb2bb456b1485831706a9eac3300bb6b8",
22-
url = "mvn:com.android.support:support-annotations:jar:23.4.0",
9+
sha1 = "9e8da0e4ecf9f63258c7fbd273889252cba2d0c3",
10+
url = "mvn:com.android.support:support-v4:aar:23.0.1",
2311
)

0 commit comments

Comments
 (0)