Skip to content

Commit

Permalink
BraveNewPipe Release 0.25.1-2.1.1
Browse files Browse the repository at this point in the history
- RUMBLE: fix banner/channelId/verified for Channel extraction
  • Loading branch information
evermind-zz committed Jun 7, 2023
1 parent 92b7d69 commit f4666c2
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 @@ -73,10 +73,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 = 17000
def braveVersionCode = 18000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.0"
def braveVersionName = "2.1.1"

brave {
dimension 'default'
Expand Down Expand Up @@ -372,7 +372,7 @@ project.afterEvaluate {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.25.1-2.1.0")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:f9111e3f0813cffb271ce9dd8fd0252c1ce0fbe4")
}

// replace NewPipe with BraveNewPipe in all strings.xml
Expand Down

3 comments on commit f4666c2

@seniorm0ment
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge the latest newpipe release to fix the video crashing at start, the app is unusable :(

@evermind-zz
Copy link
Collaborator Author

@evermind-zz evermind-zz commented on f4666c2 Aug 11, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JeffersM1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your attention to this. As a work around until it is fixed, downloading seems to work without problems. Its the live streaming that seems to be affected.

Please sign in to comment.