Skip to content

Commit

Permalink
Update Extractor to current dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nbmrjuhneibkr authored and XiangRongLin committed Nov 3, 2022
1 parent 5e17dcd commit 826f536
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 {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 991
versionName "0.22.3"
versionCode 992
versionName "0.22.3.1"

multiDexEnabled true

Expand Down Expand Up @@ -175,7 +175,7 @@ dependencies {
exclude module: 'support-annotations'
}

implementation 'com.github.TeamNewPipe:NewPipeExtractor:9ffdd0948b2ecd82655f5ff2a3e127b2b7695d5b'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:31bf7046b7259230eb2f4ace1601b77c1c02a4b2'

implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
implementation "org.jsoup:jsoup:1.13.1"
Expand Down

0 comments on commit 826f536

Please sign in to comment.