Update version to 0.19.8 (953)

Update extractot version.
Fix extraction of YouTube's decryption function.
This commit is contained in:
TobiGr 2020-07-28 01:07:13 +02:00
parent d6d8c7830c
commit 7918e3a1aa
2 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 952
versionName "0.19.7"
versionCode 953
versionName "0.19.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -163,7 +163,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:b4481dfec21cf39aabbb791290d30130235aeabd'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:5ac80624a40f4c600ae493e66881b5bf008f0ddb'
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
implementation "org.jsoup:jsoup:1.13.1"

View File

@ -0,0 +1 @@
Fix extraction of YouTube's decryption function.