Merge branch 'dev' into patch-1

This commit is contained in:
Tobias Groza 2019-09-12 09:23:30 +02:00 committed by GitHub
commit df9992ea03
45 changed files with 1781 additions and 334 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 750
versionName "0.17.0"
versionCode 760
versionName "0.17.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -57,7 +57,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bfa6b4d14bf'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'