BraveNewPipe Release 0.22.2-1.0.6

- sync with TeamNewPipe v0.22.2
- fix rumble video ids
This commit is contained in:
evermind 2022-04-16 01:24:39 +02:00
parent 1d6d3cb06c
commit c5a6a29e41

View file

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