From 95883b1e3cd8f513723c40eaf7d8bbb34d6228cd Mon Sep 17 00:00:00 2001 From: TobiGr Date: Mon, 16 Mar 2020 17:34:11 +0100 Subject: [PATCH 1/2] Release version 0.187 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/870.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/870.txt diff --git a/app/build.gradle b/app/build.gradle index 2a7e039b3..b05e9c5dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.schabi.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 @@ -63,7 +63,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:6446abc6d' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:dc20f2aa0' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' diff --git a/fastlane/metadata/android/en-US/changelogs/870.txt b/fastlane/metadata/android/en-US/changelogs/870.txt new file mode 100644 index 000000000..4df52d80c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/870.txt @@ -0,0 +1 @@ +This is a hotfix release updating the SoundCloud `client_id`. \ No newline at end of file From c73f7dd2f81d6b0b5e8457ec22570d6ff40fc774 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Wed, 18 Mar 2020 18:00:40 +0100 Subject: [PATCH 2/2] Update extractor version Update changelog --- app/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/870.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b05e9c5dc..e7f43551c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:dc20f2aa0' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:6f03c6e87' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' diff --git a/fastlane/metadata/android/en-US/changelogs/870.txt b/fastlane/metadata/android/en-US/changelogs/870.txt index 4df52d80c..859a1f8b9 100644 --- a/fastlane/metadata/android/en-US/changelogs/870.txt +++ b/fastlane/metadata/android/en-US/changelogs/870.txt @@ -1 +1,2 @@ -This is a hotfix release updating the SoundCloud `client_id`. \ No newline at end of file +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. \ No newline at end of file