Skip to content

Commit 5bbed43

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
android support library 28.0.0 (#23109)
Summary: Bump Android Support Library to 28.0.0. Therefore fix Android CI Changelog: ---------- [Android] [Changed] - Bump Android Support Library to 28.0.0. Pull Request resolved: #23109 Differential Revision: D13779835 Pulled By: mdvacca fbshipit-source-id: 7645ffe2c04ca81424b2f9cfa43dc4ec30c50e25
1 parent 67ad72f commit 5bbed43

File tree

11 files changed

+302
-57
lines changed

11 files changed

+302
-57
lines changed

ReactAndroid/src/main/java/com/facebook/react/bridge/BUCK

-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ rn_android_library(
2222
proguard_config = "reactnative.pro",
2323
provided_deps = [
2424
react_native_dep("third-party/android/support/v4:lib-support-v4"),
25-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
2625
],
2726
required_for_source_only_abi = True,
2827
visibility = [
2928
"PUBLIC",
3029
],
3130
deps = [
32-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
3331
react_native_dep("java/com/facebook/debug/debugoverlay/model:model"),
3432
react_native_dep("java/com/facebook/systrace:systrace"),
3533
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),

ReactAndroid/src/main/java/com/facebook/react/devsupport/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ rn_android_library(
1212
],
1313
deps = [
1414
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
15-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
1615
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
1716
react_native_dep("third-party/java/jsr-305:jsr-305"),
1817
react_native_dep("third-party/java/okhttp:okhttp3"),

ReactAndroid/src/main/java/com/facebook/react/modules/blob/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rn_android_library(
44
name = "blob",
55
srcs = glob(["**/*.java"]),
66
provided_deps = [
7-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
87
react_native_dep("third-party/android/support/v4:lib-support-v4"),
98
],
109
visibility = [

ReactAndroid/src/main/java/com/facebook/react/modules/fresco/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rn_android_library(
44
name = "fresco",
55
srcs = glob(["**/*.java"]),
66
provided_deps = [
7-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
87
react_native_dep("third-party/android/support/v4:lib-support-v4"),
98
],
109
visibility = [

ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rn_android_library(
1313
),
1414
provided_deps = [
1515
react_native_dep("third-party/android/support/v4:lib-support-v4"),
16-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
1716
],
1817
required_for_source_only_abi = True,
1918
visibility = [

ReactAndroid/src/main/java/com/facebook/react/uimanager/common/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
provided_deps = [
77
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
98
],
109
visibility = [
1110
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/views/image/BUCK

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rn_android_library(
88
name = "imageevents",
99
srcs = IMAGE_EVENT_FILES,
1010
provided_deps = [
11-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
1211
react_native_dep("third-party/android/support/v4:lib-support-v4"),
1312
],
1413
required_for_source_only_abi = True,
@@ -27,7 +26,6 @@ rn_android_library(
2726
exclude = IMAGE_EVENT_FILES,
2827
),
2928
provided_deps = [
30-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
3129
react_native_dep("third-party/android/support/v4:lib-support-v4"),
3230
],
3331
visibility = [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ rn_prebuilt_jar(
99

1010
fb_native.remote_file(
1111
name = "support-annotations-binary.jar",
12-
sha1 = "39ded76b5e1ce1c5b2688e1d25cdc20ecee32007",
12+
sha1 = "ed73f5337a002d1fd24339d5fb08c2c9d9ca60d8",
1313
url = "mvn:com.android.support:support-annotations:jar:28.0.0",
1414
)

0 commit comments

Comments
 (0)