Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 6b564ad

Browse files
Merge branch 'master' into sponsorblock
2 parents 29d0df3 + 8f6d608 commit 6b564ad

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
resValue "string", "app_name", "NewPipe"
1818
minSdkVersion 19
1919
targetSdkVersion 29
20-
versionCode 973
21-
versionName "0.21.7"
20+
versionCode 974
21+
versionName "0.21.8"
2222

2323
multiDexEnabled true
2424

@@ -186,7 +186,7 @@ dependencies {
186186
// name and the commit hash with the commit hash of the (pushed) commit you want to test
187187
// This works thanks to JitPack: https://jitpack.io/
188188
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
189-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.6'
189+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.8'
190190

191191
/** Checkstyle **/
192192
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Hotfix
2+
• Fix buffering issues caused by YouTube throttling
3+
• Fix YouTube comments extraction and crashes with disabled comments
4+
• Fix YouTube music search
5+
• Fix PeerTube livestreams

0 commit comments

Comments
 (0)