mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Apply auto-formatter for BUCK files in fbandroid.
fbshipit-source-id: 278ce6f67f5df830b2218e3aca69be103d3c56a6
This commit is contained in:
committed by
Facebook Github Bot
parent
ce3146d618
commit
48cb932c6e
+18
-18
@@ -1,35 +1,35 @@
|
||||
prebuilt_jar(
|
||||
name = 'okhttp3',
|
||||
binary_jar = ':okhttp3-binary-jar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
name = "okhttp3",
|
||||
binary_jar = ":okhttp3-binary-jar",
|
||||
visibility = ["//ReactAndroid/..."],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'okhttp3-binary-jar',
|
||||
url = 'mvn:com.squareup.okhttp3:okhttp:jar:3.4.1',
|
||||
sha1 = 'c7c4f9e35c2fd5900da24f9872e3971801f08ce0'
|
||||
name = "okhttp3-binary-jar",
|
||||
sha1 = "c7c4f9e35c2fd5900da24f9872e3971801f08ce0",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.4.1",
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'okhttp3-urlconnection',
|
||||
binary_jar = ':okhttp3-urlconnection-binary-jar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
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.4.1',
|
||||
sha1 = '63994437f62bc861bc20c605d12962f7246116d1'
|
||||
name = "okhttp3-urlconnection-binary-jar",
|
||||
sha1 = "63994437f62bc861bc20c605d12962f7246116d1",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.4.1",
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'okhttp3-ws',
|
||||
binary_jar = ':okhttp3-ws-binary-jar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
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.4.1',
|
||||
sha1 = '8ace66ef7002d98f633377c9e67daeeb196d8c3b',
|
||||
name = "okhttp3-ws-binary-jar",
|
||||
sha1 = "8ace66ef7002d98f633377c9e67daeeb196d8c3b",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-ws:jar:3.4.1",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user