Skip to content

Commit 4e63350

Browse files
authored
Merge pull request #7753 from TeamNewPipe/release/0.21.16
Release 0.21.16
2 parents ff8868f + 144a10f commit 4e63350

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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 981
21-
versionName "0.21.15"
20+
versionCode 982
21+
versionName "0.21.16"
2222

2323
multiDexEnabled true
2424

@@ -189,7 +189,7 @@ dependencies {
189189
// name and the commit hash with the commit hash of the (pushed) commit you want to test
190190
// This works thanks to JitPack: https://jitpack.io/
191191
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
192-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.12'
192+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.13'
193193

194194
/** Checkstyle **/
195195
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed YouTube not playing any stream.

0 commit comments

Comments
 (0)