Merge branch 'master' into dev

This commit is contained in:
TobiGr 2021-07-20 23:29:12 +02:00
commit 420f0505ae
2 changed files with 6 additions and 2 deletions

View File

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

View File

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