diff --git a/app/build.gradle b/app/build.gradle index 0ca03f158..539446e48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -62,7 +62,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff61e284' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:33961b20' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' diff --git a/fastlane/metadata/android/en-US/changelogs/830.txt b/fastlane/metadata/android/en-US/changelogs/830.txt new file mode 100644 index 000000000..c9876f338 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/830.txt @@ -0,0 +1 @@ +Updated SoundCloud client_id to fix SoundCloud issues.