Release 0.19.1

This commit is contained in:
TobiGr 2020-03-31 00:24:13 +02:00
parent a5153f5375
commit ba151a8b83
2 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 900
versionName "0.19.0"
versionCode 910
versionName "0.19.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
Fixed database migration which prevented NewPipe from starting in some rare cases.