Merge branch 'master' into dev

pull/7577/head
TobiGr 2021-12-23 23:41:37 +01:00
commit 41c4ab5739
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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.