Skip to content

Commit 0df8140

Browse files
committed
Update extractor and release 0.18.3 (830)
1 parent 2152375 commit 0df8140

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.schabi.newpipe"
1212
minSdkVersion 19
1313
targetSdkVersion 28
14-
versionCode 820
15-
versionName "0.18.2"
14+
versionCode 830
15+
versionName "0.18.3"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables.useSupportLibrary = true
@@ -62,7 +62,7 @@ dependencies {
6262
exclude module: 'support-annotations'
6363
})
6464

65-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff61e284'
65+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:33961b20'
6666
testImplementation 'junit:junit:4.12'
6767
testImplementation 'org.mockito:mockito-core:2.23.0'
6868

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated SoundCloud client_id to fix SoundCloud issues.

0 commit comments

Comments
 (0)