BraveNewPipe Release 0.26.1-2.1.9

- Hotfix for wrong okhttp-urlconnection dependency on non Kitkat version.
  Thank you @marcel263 for reporting

- BraveNewPipe Settings page:
  config option to circumvent some censoring
  https://github.com/bravenewpipe/NewPipeExtractor/issues/122

- Use cookie on rumble.com stream page to tackle redirect glitch
  https://github.com/bravenewpipe/NewPipeExtractor/issues/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 https://github.com/bravenewpipe/NewPipeExtractor/issues/124
  and if it is too big create a extra bug entry.
This commit is contained in:
evermind 2024-03-10 10:26:53 +01:00
parent f210cbca00
commit 533994c943

View file

@ -70,10 +70,10 @@ android {
// the amount of trailing zeros depends on the amount of digits the // the amount of trailing zeros depends on the amount of digits the
// defaultConfig.versionCode has -> we just prepend our increasing // defaultConfig.versionCode has -> we just prepend our increasing
// versionCode before those zeros. // versionCode before those zeros.
def braveVersionCode = 26000 def braveVersionCode = 27000
// -> our versionName will be added as suffix to defaultConfig.versionName // -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch // We use major.minor.patch
def braveVersionName = "2.1.8" def braveVersionName = "2.1.9"
brave { brave {
dimension 'default' dimension 'default'