Skip to content

Commit

Permalink
BraveNewPipe Release 0.27.6-2.3.4
Browse files Browse the repository at this point in the history
- RUMBLE/BITCHUTE: fix error message if a video is not found
  • Loading branch information
evermind-zz committed Feb 8, 2025
1 parent 43ecb1b commit d029f5c
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 @@ -77,10 +77,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 = 370000
def braveVersionCode = 380000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.3.3"
def braveVersionName = "2.3.4"

sponsorblock { // only for strings of sponsorblock stuff
dimension 'default'
Expand Down Expand Up @@ -423,7 +423,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.5-2.2.3")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.5-2.2.4")

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

0 comments on commit d029f5c

Please sign in to comment.