Release NewPipe 0.21.12 (978)

This commit is contained in:
TobiGr 2021-10-12 15:42:33 +02:00
parent 54d3bff26d
commit 7c9896beaf
2 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 977
versionName "0.21.11"
versionCode 978
versionName "0.21.12"
multiDexEnabled true

View File

@ -0,0 +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.