1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

Merge branch 'master' into dev

This commit is contained in:
TobiGr 2020-03-19 21:13:43 +01:00
commit 4d4fb9f435
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'

View File

@ -0,0 +1,2 @@
This is a hotfix release updating NewPipe to allow using SoundCloud without major hassles again.
SoundCloud's v2 API is used in the extractor now and the detection of invalid client IDs has been improved.