Skip to content

Commit 7c9896b

Browse files
committed
Release NewPipe 0.21.12 (978)
1 parent 54d3bff commit 7c9896b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

+2-2
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 977
21-
versionName "0.21.11"
20+
versionCode 978
21+
versionName "0.21.12"
2222

2323
multiDexEnabled true
2424

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed executing the check for a new NewPipe version. This check was executed too early sometimes and therefore lead to an app crash. That should be fixed now.

0 commit comments

Comments
 (0)