Merge branch 'master' into dev

pull/6721/head
TobiGr 2021-07-20 23:29:12 +02:00
commit 420f0505ae
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -17,8 +17,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 972
versionName "0.21.6"
versionCode 973
versionName "0.21.7"
multiDexEnabled true

Wyświetl plik

@ -0,0 +1,4 @@
Hotfix
• Fix thumbnails and titles being trimmed in grid layout, due to a wrong calculation of how many videos can fit in one row
• Fix download dialog disappearing without doing anything if opened from the share menu
• Update a library related to opening external activities such as the Storage Access Framework file picker