From 7db8d3713711748539c4b8b87e017d0467b6ccb3 Mon Sep 17 00:00:00 2001 From: Schabi Date: Sun, 24 Dec 2017 12:17:41 +0100 Subject: [PATCH] update extractor and move on to version v0.11.2 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 08b6b77fd..46e63a082 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 15 targetSdkVersion 27 - versionCode 42 - versionName "0.11.1" + versionCode 43 + versionName "0.11.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -55,7 +55,7 @@ dependencies { exclude module: 'support-annotations' } - implementation 'com.github.TeamNewPipe:NewPipeExtractor:17ce9f537e8df' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:2d191c4ca' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:1.10.19'