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 Feb 3, 2022
2 parents ba5581d + 4e63350 commit 8a5f741
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 SponsorBlock"
minSdkVersion 19
targetSdkVersion 29
versionCode 981
versionName "0.21.15"
versionCode 982
versionName "0.21.16"

multiDexEnabled true

Expand Down Expand Up @@ -189,7 +189,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.12'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.13'

/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/982.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed YouTube not playing any stream.

0 comments on commit 8a5f741

Please sign in to comment.