We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63fdc10 + b58f785 commit 420f050Copy full SHA for 420f050
2 files changed
app/build.gradle
@@ -17,8 +17,8 @@ android {
17
resValue "string", "app_name", "NewPipe"
18
minSdkVersion 19
19
targetSdkVersion 29
20
- versionCode 972
21
- versionName "0.21.6"
+ versionCode 973
+ versionName "0.21.7"
22
23
multiDexEnabled true
24
fastlane/metadata/android/en-US/changelogs/973.txt
@@ -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