1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-12-09 01:48:06 +00:00

made frontend combatible to latest extractor refactorings

This commit is contained in:
Christian Schabesberger
2018-03-18 16:37:49 +01:00
parent 1910e81ad9
commit 96a327af17
27 changed files with 141 additions and 130 deletions

View File

@@ -55,7 +55,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:fce324d1bc74bc'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:f787b375e5fb6d'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'