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

Commit 8c6fb65

Browse files
Merge branch 'master' into sponsorblock
# Conflicts: # app/build.gradle
2 parents e00fc5e + 50f3131 commit 8c6fb65

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
resValue "string", "app_name", "NewPipe SponsorBlock"
1717
minSdk 19
1818
targetSdk 29
19-
versionCode 987
20-
versionName "0.23.1_r1"
19+
versionCode 988
20+
versionName "0.23.2"
2121

2222
multiDexEnabled true
2323

@@ -190,7 +190,7 @@ dependencies {
190190
// name and the commit hash with the commit hash of the (pushed) commit you want to test
191191
// This works thanks to JitPack: https://jitpack.io/
192192
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
193-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:5219a705bab539cf8c6624d0cec216e76e85f0b1'
193+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33'
194194

195195
/** Checkstyle **/
196196
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[YouTube] Fix "Could not get any stream" error when trying to play any video
2+
[YouTube] Fix "The Following content is not available on this app." message shown instead of the video requested

0 commit comments

Comments
 (0)