Skip to content

Commit

Permalink
Update extractor to v0.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin committed Feb 13, 2021
1 parent d669555 commit 837d2ec
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 Legacy"
minSdkVersion 16
targetSdkVersion 29
versionCode 90
versionName "0.19.8"
versionCode 91
versionName "0.20.9"

multiDexEnabled true

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

implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.8'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.9'

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

0 comments on commit 837d2ec

Please sign in to comment.