Merge branch 'dev' into add-transitive-dependencies

This commit is contained in:
Stypox 2019-10-01 21:07:41 +02:00 committed by GitHub
commit 70d188d236
51 changed files with 2760 additions and 1457 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 760
versionName "0.17.1"
versionCode 780
versionName "0.17.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -57,8 +57,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.teamnewpipe:NewPipeExtractor:430da57350c587828'
implementation 'com.github.teamnewpipe:NewPipeExtractor:6d504e08836b0b'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'