Skip to content

Commit

Permalink
fix: missing package okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhOmega committed Sep 8, 2024
1 parent 24df696 commit e0f0422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PixelSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:adapter-rxjava2:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.5")

implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'
implementation 'com.squareup.okhttp3:okhttp:3.4.1'
}

afterEvaluate {
Expand Down

0 comments on commit e0f0422

Please sign in to comment.