update extractor and move on to version v0.11.2

This commit is contained in:
Schabi 2017-12-24 12:17:41 +01:00
parent b7503a7d81
commit 7db8d37137
1 changed files with 3 additions and 3 deletions

View File

@ -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'