Skip to content

Commit

Permalink
removed okhttp-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitguptameesho committed Mar 7, 2024
1 parent 312dc27 commit 6c2ed07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6c2ed07

Please sign in to comment.