Merge branch 'master' into dev
This commit is contained in:
commit
4291877830
|
@ -17,8 +17,8 @@ android {
|
||||||
resValue "string", "app_name", "NewPipe"
|
resValue "string", "app_name", "NewPipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 973
|
versionCode 974
|
||||||
versionName "0.21.7"
|
versionName "0.21.8"
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ dependencies {
|
||||||
// name and the commit hash with the commit hash of the (pushed) commit you want to test
|
// 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/
|
// This works thanks to JitPack: https://jitpack.io/
|
||||||
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:c97a19d719eefbc4c0f650595eb96a6786ad9c71'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.8'
|
||||||
|
|
||||||
/** Checkstyle **/
|
/** Checkstyle **/
|
||||||
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
|
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue