File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
main/java/com/facebook/react
test/java/com/facebook/react/packagerconnection Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ android_library(
8
8
],
9
9
deps = [
10
10
react_native_dep ("third-party/java/okhttp:okhttp3" ),
11
+ react_native_dep ("third-party/java/okio:okio" ),
11
12
],
12
13
)
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ android_library(
20
20
react_native_dep ("third-party/java/jsr-305:jsr-305" ),
21
21
react_native_dep ("third-party/java/okhttp:okhttp3" ),
22
22
react_native_dep ("third-party/java/okhttp:okhttp3-urlconnection" ),
23
+ react_native_dep ("third-party/java/okio:okio" ),
23
24
react_native_target ("java/com/facebook/react/bridge:bridge" ),
24
25
react_native_target ("java/com/facebook/react/common:common" ),
25
26
react_native_target ("java/com/facebook/react/module/annotations:annotations" ),
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ rn_robolectric_test(
15
15
react_native_dep ("third-party/java/junit:junit" ),
16
16
react_native_dep ("third-party/java/mockito:mockito" ),
17
17
react_native_dep ("third-party/java/okhttp:okhttp3" ),
18
+ react_native_dep ("third-party/java/okio:okio" ),
18
19
react_native_dep ("third-party/java/robolectric3/robolectric:robolectric" ),
19
20
react_native_target ("java/com/facebook/react/packagerconnection:packagerconnection" ),
20
21
],
You can’t perform that action at this time.
0 commit comments