Skip to content

Commit

Permalink
Merge pull request #104 from Meesho/okkhttp-bom-removal
Browse files Browse the repository at this point in the history
Removed okhttp-bom 
PR Link :- #104
  • Loading branch information
mohitguptameesho authored Apr 1, 2024
2 parents 3615944 + 6c2ed07 commit 05fa5e7
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 05fa5e7

Please sign in to comment.