Update version to 0.19.7 (952)

This commit is contained in:
TobiGr 2020-07-26 14:39:18 +02:00
parent 17edd1c3d4
commit f53a0f0d07
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe" resValue "string", "app_name", "NewPipe"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 951 versionCode 952
versionName "0.19.6" versionName "0.19.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true