mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 21:12:19 +08:00
Reviewed By: mmmulani Differential Revision: D5915945 fbshipit-source-id: 49bce07e4f5a2f4a8985b992e1e7d9ea4ef6c654
26 lines
650 B
Python
26 lines
650 B
Python
include_defs("//ReactAndroid/DEFS")
|
|
|
|
prebuilt_jar(
|
|
name = "okhttp3",
|
|
binary_jar = ":okhttp3-binary-jar",
|
|
visibility = ["//ReactAndroid/..."],
|
|
)
|
|
|
|
remote_file(
|
|
name = "okhttp3-binary-jar",
|
|
sha1 = "69edde9fc4b01c9fd51d25b83428837478c27254",
|
|
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.6.0",
|
|
)
|
|
|
|
prebuilt_jar(
|
|
name = "okhttp3-urlconnection",
|
|
binary_jar = ":okhttp3-urlconnection-binary-jar",
|
|
visibility = ["//ReactAndroid/..."],
|
|
)
|
|
|
|
remote_file(
|
|
name = "okhttp3-urlconnection-binary-jar",
|
|
sha1 = "3f9b16b774f2c36cfd86dd2053d0b3059531dacc",
|
|
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.6.0",
|
|
)
|