1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-29 23:40:49 +00:00

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

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'