Merge branch 'master' into dev

This commit is contained in:
TobiGr 2020-03-19 21:13:43 +01:00
commit 0458638f64
2 changed files with 5 additions and 3 deletions

View file

@ -12,8 +12,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 860
versionName "0.18.6"
versionCode 870
versionName "0.18.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -92,7 +92,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:65a7eda'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:2cf8cbf0d'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'