From 6c2ed0760a53992cae2d8edcb147c20e1d644cf0 Mon Sep 17 00:00:00 2001 From: mohitguptameesho Date: Thu, 7 Mar 2024 14:24:06 +0530 Subject: [PATCH] removed okhttp-bom --- library/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 3a8fa0c32..6d7bd8ffb 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -76,9 +76,8 @@ dependencies { implementation "org.brotli:dec:$brotliVersion" - api platform("com.squareup.okhttp3:okhttp-bom:$okhttpVersion") - api "com.squareup.okhttp3:okhttp" - testImplementation "com.squareup.okhttp3:mockwebserver" + implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" + testImplementation "com.squareup.okhttp3:mockwebserver:$okhttpVersion" implementation "com.meesho.android:jsonhandleview:$jsonhandleviewVersion"