File tree 11 files changed +302
-57
lines changed
11 files changed +302
-57
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ rn_android_library(
22
22
proguard_config = "reactnative.pro" ,
23
23
provided_deps = [
24
24
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
25
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
26
25
],
27
26
required_for_source_only_abi = True ,
28
27
visibility = [
29
28
"PUBLIC" ,
30
29
],
31
30
deps = [
32
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
33
31
react_native_dep ("java/com/facebook/debug/debugoverlay/model:model" ),
34
32
react_native_dep ("java/com/facebook/systrace:systrace" ),
35
33
react_native_dep ("libraries/fbcore/src/main/java/com/facebook/common/logging:logging" ),
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ rn_android_library(
12
12
],
13
13
deps = [
14
14
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" ),
16
15
react_native_dep ("third-party/java/infer-annotations:infer-annotations" ),
17
16
react_native_dep ("third-party/java/jsr-305:jsr-305" ),
18
17
react_native_dep ("third-party/java/okhttp:okhttp3" ),
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ rn_android_library(
4
4
name = "blob" ,
5
5
srcs = glob (["**/*.java" ]),
6
6
provided_deps = [
7
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
8
7
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
9
8
],
10
9
visibility = [
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ rn_android_library(
4
4
name = "fresco" ,
5
5
srcs = glob (["**/*.java" ]),
6
6
provided_deps = [
7
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
8
7
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
9
8
],
10
9
visibility = [
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ rn_android_library(
13
13
),
14
14
provided_deps = [
15
15
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
16
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
17
16
],
18
17
required_for_source_only_abi = True ,
19
18
visibility = [
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ rn_android_library(
5
5
srcs = glob (["*.java" ]),
6
6
provided_deps = [
7
7
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
8
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
9
8
],
10
9
visibility = [
11
10
"PUBLIC" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ rn_android_library(
8
8
name = "imageevents" ,
9
9
srcs = IMAGE_EVENT_FILES ,
10
10
provided_deps = [
11
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
12
11
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
13
12
],
14
13
required_for_source_only_abi = True ,
@@ -27,7 +26,6 @@ rn_android_library(
27
26
exclude = IMAGE_EVENT_FILES ,
28
27
),
29
28
provided_deps = [
30
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
31
29
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
32
30
],
33
31
visibility = [
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ rn_prebuilt_jar(
9
9
10
10
fb_native .remote_file (
11
11
name = "support-annotations-binary.jar" ,
12
- sha1 = "39ded76b5e1ce1c5b2688e1d25cdc20ecee32007 " ,
12
+ sha1 = "ed73f5337a002d1fd24339d5fb08c2c9d9ca60d8 " ,
13
13
url = "mvn:com.android.support:support-annotations:jar:28.0.0" ,
14
14
)
You can’t perform that action at this time.
0 commit comments