Skip to content

Commit

Permalink
BraveNewPipe Release 0.23.1-1.1.0
Browse files Browse the repository at this point in the history
- [Rumble] feature: support livestreams
- [Rumble] bugfix: check if viewcount is not available
- [Rumble] bugfix: check if releated stream is livestream
  • Loading branch information
evermind-zz committed Jul 7, 2022
1 parent 9309c2b commit 904526e
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 @@ -72,10 +72,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 = 11000
def braveVersionCode = 12000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "1.0.8"
def braveVersionName = "1.1.0"

brave {
dimension 'default'
Expand Down Expand Up @@ -350,7 +350,7 @@ static String getGitWorkingBranch() {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:3958d2786a")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:dd4d1ab95")
}

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

1 comment on commit 904526e

@seniorm0ment
Copy link

Choose a reason for hiding this comment

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

Not to hijack, but not sure where else to suggest this. Would love to see this fork added to F-Droid. Probably Izzy's repo is likely to accept it.

Please sign in to comment.