mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-05 18:11:44 +01:00
Update version to 0.19.8 (953)
Update extractot version. Fix extraction of YouTube's decryption function.
This commit is contained in:
parent
d6d8c7830c
commit
7918e3a1aa
@ -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"
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/953.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/953.txt
Normal file
@ -0,0 +1 @@
|
||||
Fix extraction of YouTube's decryption function.
|
Loading…
Reference in New Issue
Block a user