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

Commit

Permalink
Merge branch 'master' into sponsorblock
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicshade committed Apr 10, 2021
2 parents f4f8d45 + 600e156 commit 44ceafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/967.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 44ceafa

Please sign in to comment.