Skip to content

Commit

Permalink
update extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Jul 6, 2023
1 parent 7855b43 commit 4d7b27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/build
/captures
/app/app.iml
/app/release
/.idea
/*.iml
*~
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ 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:0719ee72ae'
implementation 'com.github.ShareASmile:NewPipeExtractor:v0.22.5.1'
//implementation 'com.github.ShareASmile:NewPipeExtractor:v0.22.5.1'
implementation 'com.github.ShareASmile:NewPipeExtractor:5c87088b7b'

implementation "org.jsoup:jsoup:1.13.1"

Expand Down

0 comments on commit 4d7b27a

Please sign in to comment.