Merge branch 'master' into dev

This commit is contained in:
TobiGr 2021-12-23 23:41:37 +01:00
commit 41c4ab5739
2 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,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.