Skip to content

Commit

Permalink
Merge pull request #6834 from TeamNewPipe/release_0.21.8
Browse files Browse the repository at this point in the history
Hotfix release 0.21.8
  • Loading branch information
TobiGr authored Aug 3, 2021
2 parents b58f785 + 45dd98e commit 8f6d608
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -17,8 +17,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 973
versionName "0.21.7"
versionCode 974
versionName "0.21.8"

multiDexEnabled true

Expand Down Expand Up @@ -186,7 +186,7 @@ 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.TeamNewPipe:NewPipeExtractor:v0.21.6'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.8'

/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/974.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hotfix
• Fix buffering issues caused by YouTube throttling
• Fix YouTube comments extraction and crashes with disabled comments
• Fix YouTube music search
• Fix PeerTube livestreams

0 comments on commit 8f6d608

Please sign in to comment.