From 01376aba8674291e4ca36ef5529351b4ad2e5cf2 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Mon, 26 Apr 2021 18:09:02 +0200 Subject: [PATCH] Update extractor version FIx SoundCloud --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c17e7732b..36ad79121 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -180,7 +180,7 @@ dependencies { /** NewPipe libraries **/ // You can use a local version by uncommenting a few lines in settings.gradle implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - implementation 'com.github.TeamNewPipe:NewPipeExtractor:7f202db8b1b12f46b228829aba334fc795405646' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.2' /** Checkstyle **/ checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"