Skip to content

Commit

Permalink
Update newpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
fire-light42 authored Dec 6, 2024
1 parent 6013262 commit 5a7ff3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ dependencies {
// PlayBack
implementation("com.jaredrummler:colorpicker:1.1.0") // Subtitle Color Picker
implementation("com.github.recloudstream:media-ffmpeg:1.1.0") // Custom FF-MPEG Lib for Audio Codecs
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2") /* For Trailers
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3") /* For Trailers
^ Update to Latest Commits if Trailers Misbehave, github.com/TeamNewPipe/NewPipeExtractor/commits/dev */
implementation("com.github.albfernandez:juniversalchardet:2.5.0") // Subtitle Decoding

Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
dokkaImplementation("androidx.media3:media3-datasource-okhttp:1.4.0")
dokkaImplementation("com.jaredrummler:colorpicker:1.1.0") // Subtitle Color Picker
dokkaImplementation("com.github.recloudstream:media-ffmpeg:1.1.0") // Custom FF-MPEG Lib for Audio Codecs
dokkaImplementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2")
dokkaImplementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3")
dokkaImplementation("com.github.albfernandez:juniversalchardet:2.5.0") // Subtitle Decoding
dokkaImplementation("ch.acra:acra-core:5.11.3")
dokkaImplementation("ch.acra:acra-toast:5.11.3")
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("me.xdrop:fuzzywuzzy:1.4.0") // Match extractors
implementation("org.mozilla:rhino:1.7.15") // run JavaScript
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2")
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3")
}
}
}
Expand Down

0 comments on commit 5a7ff3d

Please sign in to comment.