From a553ba970ec8b2a22b53f8fabcb40607c3054a81 Mon Sep 17 00:00:00 2001 From: Luc Lisi Date: Thu, 22 Jan 2026 16:22:20 -0800 Subject: [PATCH] Update ads-client android httpconfig dependency to be behind testImplementation --- components/ads-client/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ads-client/android/build.gradle b/components/ads-client/android/build.gradle index b0a7847a6a..068e5630e0 100644 --- a/components/ads-client/android/build.gradle +++ b/components/ads-client/android/build.gradle @@ -38,7 +38,7 @@ android { } dependencies { - api project(":httpconfig") + testImplementation project(":httpconfig") implementation libs.mozilla.glean