Release 0.18.5 (850) and update extractor version

Update User-Agent
This commit is contained in:
TobiGr 2020-02-25 23:38:41 +01:00
parent 700ad835c4
commit 8678a7e5db
3 changed files with 5 additions and 4 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 840
versionName "0.18.4"
versionCode 850
versionName "0.18.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -63,7 +63,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.18.4'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:fc465c8bf'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'