Skip to content

Commit

Permalink
routine-VS-5909: inject okhttp3 version to dependency string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsarrell committed Oct 4, 2024
1 parent c04dae5 commit d556cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions channels/telegram/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies {
exclude("com.squareup.okhttp3", "okhttp")
exclude("com.squareup.okhttp3", "logging-interceptor")
}
api("com.squareup.okhttp3:okhttp", Version.okhttp3)
api("com.squareup.okhttp3:logging-interceptor", Version.okhttp3)
api("com.squareup.okhttp3:okhttp:${Version.okhttp3}")
api("com.squareup.okhttp3:logging-interceptor:${Version.okhttp3}")
}

0 comments on commit d556cfa

Please sign in to comment.