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:
evermind 2023-01-12 23:03:48 +01:00
parent 5b1d9ebee9
commit 2661acd54b

View file

@ -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