From 139ced885d3e593dc04a66d3e56faccc7787dc63 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sun, 23 May 2021 22:56:44 +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 e4fad9b9f..ec35bddef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -183,7 +183,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:636e27333b5dbd9bc3c54ef3a4c21a87e97253ee' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff005122bf9b45f2da7c14e65652368931715f2d' /** Checkstyle **/ checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"