Files
react-native/ReactAndroid/src/main/third-party/java/okhttp/BUCK
Michael Lee ebb42ee1b6 Add include_defs("//ReactAndroid/DEFS") to all BUCK files in ReactAndroid
Reviewed By: mmmulani

Differential Revision: D5915945

fbshipit-source-id: 49bce07e4f5a2f4a8985b992e1e7d9ea4ef6c654
2017-09-29 16:16:06 -07:00

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",
)