Skip to content

Commit

Permalink
add NewPipeExtractor as api()
Browse files Browse the repository at this point in the history
  • Loading branch information
shalva97 committed Oct 29, 2023
1 parent fa82d79 commit cf2f754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kotlin {
sourceSets {
val jvmMain by getting {
dependencies {
implementation("com.github.teamnewpipe:NewPipeExtractor:0.22.7")
api("com.github.teamnewpipe:NewPipeExtractor:0.22.7")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
}
}
Expand Down

0 comments on commit cf2f754

Please sign in to comment.