Merge remote-tracking branch 'upstream/master' into experimental

This commit is contained in:
litetex 2022-02-01 22:05:19 +01:00
commit 91bcd8766a
2 changed files with 6 additions and 5 deletions

View File

@ -14,10 +14,10 @@ android {
defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"
minSdk 19
targetSdk 29
versionCode 981
versionName "0.21.15"
minSdkVersion 19
targetSdkVersion 29
versionCode 982
versionName "0.21.16"
multiDexEnabled true
@ -189,7 +189,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:10f6cc71'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:65129e6'
/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"

View File

@ -0,0 +1 @@
Fixed YouTube not playing any stream.