Skip to content

Commit

Permalink
Update Extractor to Detect whether for SoundCloud there are any more …
Browse files Browse the repository at this point in the history
…search results ShareASmile/NewPipeExtractor#41

Co-Authored-By: Tobi <[email protected]>
  • Loading branch information
ShareASmile and TobiGr committed Jun 13, 2024
1 parent 07259fe commit 7a95298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a95298

Please sign in to comment.