Merge pull request #2014 from TeamNewPipe/fix_decrypt

fix decrypt error once again
This commit is contained in:
Christian Schabesberger 2019-01-18 17:23:38 +01:00 committed by GitHub
commit 8de1b5f3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:91b1efc97e'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:99915e4527c0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'