Skip to content

Commit

Permalink
Fix again "ios client response not valid 2nd time error" by updating …
Browse files Browse the repository at this point in the history
…extractor
  • Loading branch information
whistlingwoods authored Feb 1, 2025
1 parent ab467be commit 126c9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ dependencies {
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
// WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with
// the corresponding commit hash, since JitPack is sometimes buggy
implementation 'com.github.whistlingwoods:NewPipeExtractor:06bf3c29932316327236a3a76daaf2685ee6d785'
// implementation 'com.github.whistlingwoods:NewPipeExtractor:06bf3c29932316327236a3a76daaf2685ee6d785'
implementation 'com.github.whistlingwoods.NewPipeExtractor:NewPipeExtractor:extract-visitor-data-SNAPSHOT'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'

/** Checkstyle **/
Expand Down

0 comments on commit 126c9dc

Please sign in to comment.