1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-06 12:03:19 +00:00

Merge branch 'dev' into fix_leak

This commit is contained in:
Christian Schabesberger 2019-02-24 22:12:46 +01:00 committed by GitHub
commit fdc6e9f1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ dependencies {
exclude module: 'support-annotations' exclude module: 'support-annotations'
}) })
implementation 'com.github.TeamNewPipe:NewPipeExtractor:8de53111d9' implementation 'com.github.TeamNewPipe:NewPipeExtractor:e7e411dc296d8633'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'org.mockito:mockito-core:2.23.0'