BraveNewPipe Release 0.25.1-2.1.0

- Feature: merge sponsorblock and dislike thingy from https://github.com/polymorphicshade/NewPipe/tree/sponsorblock
- BITCHUTE: adjust theme colors
- RUMBLE: change theme colors to greenish
- sync NewPipe v0.25.1
This commit is contained in:
evermind 2023-04-06 08:00:20 +02:00
parent 6e1a27f2a8
commit bd2655d3b7

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