mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
BraveNewPipe Release 0.24.1-2.0.1
- fix Rumble view counts and more (related to WebUi changes) closes https://github.com/bravenewpipe/NewPipeExtractor/issues/67
This commit is contained in:
parent
5b1d9ebee9
commit
2661acd54b
1 changed files with 3 additions and 3 deletions
|
@ -69,10 +69,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 = 13000
|
||||
def braveVersionCode = 14000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "2.0.0"
|
||||
def braveVersionName = "2.0.1"
|
||||
|
||||
brave {
|
||||
dimension 'default'
|
||||
|
@ -348,7 +348,7 @@ static String getGitWorkingBranch() {
|
|||
configurations.all {
|
||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
||||
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:ea9412e5f")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:d214df7ef")
|
||||
}
|
||||
|
||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue