NewPipe version 0.21.15 (981)

This commit is contained in:
TobiGr 2021-12-23 23:41:20 +01:00
parent 8c6e37d1d1
commit ff8868f6a3
2 changed files with 4 additions and 2 deletions

View File

@ -17,8 +17,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 980
versionName "0.21.14"
versionCode 981
versionName "0.21.15"
multiDexEnabled true

View File

@ -0,0 +1,2 @@
Removed MediaParser support to fix failing playback resume after buffering on Android 11+.
Disabled media tunneling on Philips QM16XE to fix playback problems.