Skip to content

Commit

Permalink
fix: change beagleokhttp dependency to api
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyniss committed Dec 14, 2023
1 parent caab7f0 commit 70a8ef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ fun DependencyHandlerScope.beagle() {
}

fun DependencyHandlerScope.beagleOkHttp() {
"debugImplementation"("io.github.pandulapeter.beagle:log-okhttp:$beagleVersion")
"releaseImplementation"("io.github.pandulapeter.beagle:log-okhttp-noop:$beagleVersion")
"api"("io.github.pandulapeter.beagle:log-okhttp:$beagleVersion")
}

fun DependencyHandlerScope.dataStore() {
Expand Down

0 comments on commit 70a8ef3

Please sign in to comment.