Merge branch 'master' into dev

This commit is contained in:
TobiGr 2020-02-15 00:53:05 +01:00
commit a843e808d1
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 820
versionName "0.18.2"
versionCode 830
versionName "0.18.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -63,7 +63,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:9112a10'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:fc9f031'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'

View File

@ -0,0 +1 @@
Updated SoundCloud client_id to fix SoundCloud issues.