From 3cbea5e8952ca2e45ecabeaf1d6962228610de01 Mon Sep 17 00:00:00 2001 From: ShareASmile <60492161+ShareASmile@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:47:40 +0530 Subject: [PATCH] update extractor to v0.22.5.3 & bump version to v0.19.9.3 --- app/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a7f203ee5..278696615 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 16 //noinspection ExpiredTargetSdkVersion targetSdkVersion 29 - versionCode 108 - versionName "0.19.9.2" + versionCode 109 + versionName "0.19.9.3" multiDexEnabled true @@ -177,8 +177,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.ShareASmile:NewPipeExtractor:v0.22.5.1' - implementation 'com.github.ShareASmile:NewPipeExtractor:5c87088b7b' + implementation 'com.github.ShareASmile:NewPipeExtractor:v0.22.5.3' implementation "org.jsoup:jsoup:1.13.1"