From e94720b11b32c4ff26e662bdd13dd94d360e8f05 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:22:49 -0700 Subject: [PATCH] Rename okhttp module to okhttp3 to avoid conflict with ART module SDK --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 8ba31e9..c01ed9e 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,5 @@ java_import { - name: "okhttp", + name: "okhttp3", jars: ["okhttp.jar"], sdk_version: "current", visibility: ["//visibility:public"],