From 7a952980fc7a6aa6cee5f09df27f6feee0bab4ab Mon Sep 17 00:00:00 2001 From: ShareASmile <60492161+ShareASmile@users.noreply.github.com> Date: Fri, 14 Jun 2024 04:56:00 +0530 Subject: [PATCH] Update Extractor to Detect whether for SoundCloud there are any more search results ShareASmile/NewPipeExtractor#41 Co-Authored-By: Tobi <17365767+tobigr@users.noreply.github.com> --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bd09491fa..11e28b76a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { minSdkVersion 19 //noinspection ExpiredTargetSdkVersion targetSdkVersion 29 - versionCode 955 - versionName "0.19.8.2" + versionCode 956 + versionName "0.19.8.3" multiDexEnabled true @@ -165,7 +165,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:0.22.7.2' + implementation 'com.github.ShareASmile:NewPipeExtractor:9f741d54b2' /** Third-party libraries **/ // Instance state boilerplate elimination