Skip to content

Commit

Permalink
Release 0.19.2 (920)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Apr 3, 2020
1 parent a9a4353 commit 8b25992
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 910
versionName "0.19.1"
versionCode 920
versionName "0.19.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/920.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Improved

• Added upload date on stream grid items
• Improvements for the drawer header layout

Fixed

• Fixed mute button causing crashes on API 19
• Fixed downloading of long 1080p 60fps videos

0 comments on commit 8b25992

Please sign in to comment.