Skip to content

Commit 420f050

Browse files
committed
Merge branch 'master' into dev
2 parents 63fdc10 + b58f785 commit 420f050

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
resValue "string", "app_name", "NewPipe"
1818
minSdkVersion 19
1919
targetSdkVersion 29
20-
versionCode 972
21-
versionName "0.21.6"
20+
versionCode 973
21+
versionName "0.21.7"
2222

2323
multiDexEnabled true
2424

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

0 commit comments

Comments
 (0)