Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 44ceafa

Browse files
Merge branch 'master' into sponsorblock
2 parents f4f8d45 + 600e156 commit 44ceafa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
resValue "string", "app_name", "NewPipe"
1818
minSdkVersion 19
1919
targetSdkVersion 29
20-
versionCode 966
21-
versionName "0.21.0"
20+
versionCode 967
21+
versionName "0.21.1"
2222

2323
multiDexEnabled true
2424

@@ -192,7 +192,7 @@ dependencies {
192192

193193
// NewPipe dependencies
194194
// You can use a local version by uncommenting a few lines in settings.gradle
195-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.0'
195+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.1'
196196
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
197197

198198
implementation "org.jsoup:jsoup:1.13.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

0 commit comments

Comments
 (0)