Release NewPipe 0.21.12 (978)
This commit is contained in:
parent
54d3bff26d
commit
7c9896beaf
2 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,8 @@ android {
|
||||||
resValue "string", "app_name", "NewPipe"
|
resValue "string", "app_name", "NewPipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 977
|
versionCode 978
|
||||||
versionName "0.21.11"
|
versionName "0.21.12"
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/978.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/978.txt
Normal 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.
|
Loading…
Reference in a new issue