From c0c34d1d4c2d1eef53d3ab67e70b05c8f559de5e Mon Sep 17 00:00:00 2001 From: Valdas Andrulis Date: Fri, 26 Aug 2022 14:45:51 +0300 Subject: [PATCH] Add fixed TeamNewPipe/NewPipeExtractor from dev branch and bump version (#27) * Add fixed TeamNewPipe/NewPipeExtractor from dev branch and bump version * versionCode needs to increased, too --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e3acfbf1..67ea34a61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { resValue "string", "app_name", "NewPipe" minSdkVersion 19 targetSdkVersion 29 - versionCode 989 - versionName "0.22.1" + versionCode 990 + versionName "0.22.2" multiDexEnabled true @@ -175,7 +175,7 @@ dependencies { exclude module: 'support-annotations' } - implementation 'com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97' implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751" implementation "org.jsoup:jsoup:1.13.1"