prebuilt_jar(
    name = 'okhttp3',
    binary_jar = ':okhttp3-binary-jar',
    visibility = ['//ReactAndroid/...',],
)

remote_file(
    name = 'okhttp3-binary-jar',
    url = 'mvn:com.squareup.okhttp3:okhttp:jar:3.2.0',
    sha1 = 'f7873a2ebde246a45c2a8d6f3247108b4c88a879'
)

prebuilt_jar(
  name = 'okhttp3-urlconnection',
  binary_jar = ':okhttp3-urlconnection-binary-jar',
  visibility = ['//ReactAndroid/...',],
)

remote_file(
  name = 'okhttp3-urlconnection-binary-jar',
  url = 'mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.2.0',
  sha1 = '6f8a4b1435c9e0a6f9c5fe4a1be46627b848fd0c'
)

prebuilt_jar(
    name = 'okhttp3-ws',
    binary_jar = ':okhttp3-ws-binary-jar',
    visibility = ['//ReactAndroid/...',],
)

remote_file(
    name = 'okhttp3-ws-binary-jar',
    url = 'mvn:com.squareup.okhttp3:okhttp-ws:jar:3.2.0',
    sha1 = '1ea229d6984444c8c58b8e97ba4c8429d9d135b3',
)
