Skip to content

Commit

Permalink
BraveNewPipe Release 0.27.0-2.1.11
Browse files Browse the repository at this point in the history
- RUMBLE: fix titles in channel's video list and search/trending/... lists
- RUMBLE: throw PrivateContentException if video is not accessible
- YOUTUBE: Hopefully a hotfix for the 403 error. Thx to Xiang Rong Lin
- BITCHUTE: is still broken. They have a new API which takes some time to adjust
  • Loading branch information
evermind-zz committed Jul 10, 2024
1 parent 273e52b commit 9c46e79
Showing 1 changed file with 3 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 @@ -70,10 +70,10 @@ android {
// the amount of trailing zeros depends on the amount of digits the
// defaultConfig.versionCode has -> we just prepend our increasing
// versionCode before those zeros.
def braveVersionCode = 29000
def braveVersionCode = 30000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.10"
def braveVersionName = "2.1.11"

sponsorblock { // only for strings of sponsorblock stuff
dimension 'default'
Expand Down Expand Up @@ -407,7 +407,7 @@ project.getDependencies().implementation("com.squareup.okhttp3:okhttp-urlconnect
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.0-2.1.10")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.0-2.1.11")

if (it.getName().contains("braveLegacy") || it.getName().contains("BraveLegacy")) {
resolutionStrategy.dependencySubstitution {
Expand Down

0 comments on commit 9c46e79

Please sign in to comment.