mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
BraveNewPipe Release 0.25.2-2.1.4
- RUMBLE: now Trending shows also older videos and not repeat the newest
This commit is contained in:
parent
fc5b0db0c5
commit
e8f2bd161f
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 = 21000
|
||||
def braveVersionCode = 22000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "2.1.3"
|
||||
def braveVersionName = "2.1.4"
|
||||
|
||||
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.3")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.4")
|
||||
}
|
||||
|
||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue