okhttp 5.4.0

This commit is contained in:
oxmc
2026-06-17 05:40:42 -07:00
commit 506bc2b7cc
3 changed files with 13 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
java_import {
name: "okhttp",
jars: ["okhttp.jar"],
sdk_version: "current",
visibility: ["//visibility:public"],
}
java_import {
name: "okhttp-logging-interceptor",
jars: ["logging-interceptor.jar"],
sdk_version: "current",
visibility: ["//visibility:public"],
}
Binary file not shown.
BIN
View File
Binary file not shown.