Update build.gradle

This commit is contained in:
TacoTheDank 2018-10-10 14:29:26 -04:00 committed by GitHub
parent ffae2eda83
commit d3fcb0aa6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:24cb684e235'
//https://github.com/TeamNewPipe/NewPipeExtractor/commits/master
implementation 'com.github.TeamNewPipe:NewPipeExtractor:96b4c97cee1' //24cb684e235
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'