From 600e156c4c21db97cdf17d7b18c4e9bfad680aa6 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sat, 10 Apr 2021 11:01:49 +0200 Subject: [PATCH] Release 0.21.1 (967) --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/967.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/967.txt diff --git a/app/build.gradle b/app/build.gradle index 88ed8998e..6143587e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { resValue "string", "app_name", "NewPipe" minSdkVersion 19 targetSdkVersion 29 - versionCode 966 - versionName "0.21.0" + versionCode 967 + versionName "0.21.1" multiDexEnabled true @@ -192,7 +192,7 @@ dependencies { // NewPipe dependencies // You can use a local version by uncommenting a few lines in settings.gradle - implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.0' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.1' implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751" implementation "org.jsoup:jsoup:1.13.1" diff --git a/fastlane/metadata/android/en-US/changelogs/967.txt b/fastlane/metadata/android/en-US/changelogs/967.txt new file mode 100644 index 000000000..fc80ad91f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/967.txt @@ -0,0 +1 @@ +Fixed YouTube not working properly in the EU. This was caused by a new cookie and privacy consent system which requires NewPipe to set a CONSENT cookie. \ No newline at end of file