diff --git a/app/build.gradle b/app/build.gradle index 148f599bb..298ef0833 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', { exclude module: 'support-annotations' }) - - implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fb17684f5d97' + + implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'