BraveNewPipe Release 0.23.0-1.0.8

- [Bitchute] fix upload date of videos in search results
- [Rumble] extract description of video
- [Rumble] add channel search functionality
This commit is contained in:
evermind 2022-05-08 00:19:44 +02:00
parent bd02dc8707
commit 73399c320f

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 = 10000
def braveVersionCode = 11000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "1.0.7"
def braveVersionName = "1.0.8"
brave {
dimension 'default'
@ -351,7 +351,7 @@ static String getGitWorkingBranch() {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:8a717af7ce")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:3958d2786a")
}
// replace NewPipe with BraveNewPipe in all strings.xml