diff --git a/app/build.gradle b/app/build.gradle index ec6b36d43..c710f4f5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' 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..859a1f8b9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/870.txt @@ -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. \ No newline at end of file