mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
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:
parent
6e1a27f2a8
commit
bd2655d3b7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue