update tmdb and newpipe

This commit is contained in:
IndusAryan 2023-09-25 17:01:34 +05:30
parent 3e1f3d85bb
commit 10a4b8c8f0

View file

@ -199,8 +199,6 @@ dependencies {
// Custom ffmpeg extension for audio codecs // Custom ffmpeg extension for audio codecs
implementation("com.github.recloudstream:media-ffmpeg:1.1.0") implementation("com.github.recloudstream:media-ffmpeg:1.1.0")
//implementation("com.google.android.exoplayer:extension-leanback:2.14.0")
// Bug reports // Bug reports
implementation("ch.acra:acra-core:5.11.0") implementation("ch.acra:acra-core:5.11.0")
implementation("ch.acra:acra-toast:5.11.0") implementation("ch.acra:acra-toast:5.11.0")
@ -236,7 +234,7 @@ dependencies {
implementation("com.github.LagradOst:SafeFile:0.0.5") implementation("com.github.LagradOst:SafeFile:0.0.5")
// API because cba maintaining it myself // API because cba maintaining it myself
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.6.0") implementation("com.uwetrottmann.tmdb2:tmdb-java:2.10.0")
implementation("com.github.discord:OverlappingPanels:0.1.5") implementation("com.github.discord:OverlappingPanels:0.1.5")
// debugImplementation because LeakCanary should only run in debug builds. // debugImplementation because LeakCanary should only run in debug builds.
@ -252,7 +250,7 @@ dependencies {
// newpipe yt taken from https://github.com/TeamNewPipe/NewPipeExtractor/commits/dev // newpipe yt taken from https://github.com/TeamNewPipe/NewPipeExtractor/commits/dev
// this should be updated frequently to avoid trailer fu*kery // this should be updated frequently to avoid trailer fu*kery
implementation("com.github.teamnewpipe:NewPipeExtractor:1f08d28") implementation("com.github.teamnewpipe:NewPipeExtractor:917554a")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6")
// Library/extensions searching with Levenshtein distance // Library/extensions searching with Levenshtein distance