BraveNewPipe Release 0.25.2-2.1.6

- BITCHUTE: fix RSS feed url creation -> Fixes ordering of new videos
- BITCHUTE: Fix searching: we now require nonce and timestamp to retrieve search results
- RUMBLE: RumbleStreamExtractor: use metadata to get the correct stream resolution label
- RUMBLE: RumbleStreamExtractor: remove 'timeline stream' from available streams

- string.xml NewPipe -> BraveNewPipe workaround to fix https://github.com/bravenewpipe/NewPipeExtractor/issues/98
This commit is contained in:
evermind 2023-11-10 14:47:13 +01:00
parent 827310d68b
commit ccce866e4d

View file

@ -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 = 23000
def braveVersionCode = 24000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.5"
def braveVersionName = "2.1.6"
brave {
dimension 'default'
@ -385,7 +385,7 @@ project.afterEvaluate {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.5")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.6")
}
// replace NewPipe with BraveNewPipe in all strings.xml