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