Skip to content

Commit

Permalink
BraveNewPipe Release 0.26.1-2.1.8
Browse files Browse the repository at this point in the history
- BraveNewPipe Settings page:
  config option to circumvent some censoring
  bravenewpipe/NewPipeExtractor#122

- Use cookie on rumble.com stream page to tackle redirect glitch
  bravenewpipe/NewPipeExtractor#123

- Kitkat flavor: This is only a test. I could not really test it on hardware.
  Therefore it will not migrate any data from previous installs. It installs
  in parallel to any BraveNewPipe installation. This will change if I get feedback
  that it is working more or less properly.
  All problems please enter in bravenewpipe/NewPipeExtractor#124
  and if it is too big create a extra bug entry.
  • Loading branch information
evermind-zz committed Mar 10, 2024
1 parent 0b8dd27 commit 91359d5
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 = 25000
def braveVersionCode = 26000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.7"
def braveVersionName = "2.1.8"

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

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.23.1-2.1.7")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.23.1-2.1.8")
// for JavaNetCookieJar see https://github.com/bravenewpipe/NewPipeExtractor/issues/123
project.getDependencies().implementation("com.squareup.okhttp3:okhttp-urlconnection:3.12.13")

Expand Down

0 comments on commit 91359d5

Please sign in to comment.