Skip to content

Commit

Permalink
Merge pull request #5564 from B0pol/hotfix
Browse files Browse the repository at this point in the history
Release 0.20.9
  • Loading branch information
TobiGr authored Feb 12, 2021
2 parents 7153506 + 85ccc23 commit 7faa107
Show file tree
Hide file tree
Showing 2 changed files with 4 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 962
versionName "0.20.8"
versionCode 963
versionName "0.20.9"

multiDexEnabled true

Expand Down Expand Up @@ -179,7 +179,7 @@ dependencies {

// NewPipe dependencies
// You can use a local version by uncommenting a few lines in settings.gradle
implementation 'com.github.TeamNewPipe:NewPipeExtractor:deb9af7bf53b3f8fd9d32322adae02df78d985ea'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.9'
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"

implementation "org.jsoup:jsoup:1.13.1"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/963.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• [YouTube] Fixed channel continuation

0 comments on commit 7faa107

Please sign in to comment.