Skip to content

Commit

Permalink
Fix "ios client response not valid error" by updating extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
whistlingwoods authored Jan 21, 2025
1 parent 077aac9 commit f899d93
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 @@ -20,8 +20,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdk 21
targetSdk 33
versionCode 997
versionName "0.27.0"
versionCode 998
versionName "0.27.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -198,7 +198,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:fc9ba4dd58f685'
implementation 'com.github.whistlingwoods:NewPipeExtractor:06bf3c29932316327236a3a76daaf2685ee6d785'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'

/** Checkstyle **/
Expand Down

0 comments on commit f899d93

Please sign in to comment.