Skip to content

Commit 91bcd87

Browse files
committed
Merge remote-tracking branch 'upstream/master' into experimental
2 parents e865c43 + 4e63350 commit 91bcd87

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ android {
1414
defaultConfig {
1515
applicationId "org.schabi.newpipe"
1616
resValue "string", "app_name", "NewPipe"
17-
minSdk 19
18-
targetSdk 29
19-
versionCode 981
20-
versionName "0.21.15"
17+
minSdkVersion 19
18+
targetSdkVersion 29
19+
versionCode 982
20+
versionName "0.21.16"
2121

2222
multiDexEnabled true
2323

@@ -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:10f6cc71'
192+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:65129e6'
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)