From 9dd2a82b7d2e88b791664be6cadc3dd8948cfedc Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 10 Aug 2021 12:20:08 +0200 Subject: [PATCH] Update extractor version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c0b0e8d9b..5a66389a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -186,7 +186,7 @@ dependencies { // name and the commit hash with the commit hash of the (pushed) commit you want to test // This works thanks to JitPack: https://jitpack.io/ implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.8' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:78f2192cbbaa68ff1dc9d154c0e2468426ae02da' /** Checkstyle **/ checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"