Bump version to 0.18.2 [hotfix release]

This commit is contained in:
TobiGr 2020-01-24 02:30:08 +01:00
parent 10d57afaac
commit 2152375227
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 810
versionName "0.18.1"
versionCode 820
versionName "0.18.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1 @@
Fixed decrypt function name regex making YouTube unusable.