Merge branch 'master' into dev
This commit is contained in:
commit
4d4fb9f435
|
@ -12,8 +12,8 @@ android {
|
||||||
resValue "string", "app_name", "NewPipe"
|
resValue "string", "app_name", "NewPipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 860
|
versionCode 870
|
||||||
versionName "0.18.6"
|
versionName "0.18.7"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -92,7 +92,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:65a7eda'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:2cf8cbf0d'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue