mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
BraveNewPipe Release 0.22.2-1.0.6
- sync with TeamNewPipe v0.22.2 - fix rumble video ids
This commit is contained in:
parent
1d6d3cb06c
commit
c5a6a29e41
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,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 = 8000
|
||||
def braveVersionCode = 9000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "1.0.5"
|
||||
def braveVersionName = "1.0.6"
|
||||
|
||||
brave {
|
||||
dimension 'default'
|
||||
|
@ -336,7 +336,7 @@ static String getGitWorkingBranch() {
|
|||
configurations.all {
|
||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
||||
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:801dfd67a8757e95859ba8571ae3829fbaafe23d")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:f5a25fc422d5a9c510acf59c194b4155497e9937")
|
||||
}
|
||||
|
||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue