BraveNewPipe Release 0.21.10-1.0.2

- sync with TeamNewPipe v0.21.10
- [Rumble] unescape titles for search/trending. Eg.: replace & with &.
- [Rumble] changed default trending to be set to "Today's Battle Leaderboard Top 50";
This commit is contained in:
evermind 2021-09-22 09:11:55 +02:00
parent e587eb49cc
commit a07fdbda54

View file

@ -68,10 +68,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 = 3000
def braveVersionCode = 4000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "1.0.1"
def braveVersionName = "1.0.2"
brave {
dimension 'default'
@ -329,7 +329,7 @@ static String getGitWorkingBranch() {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:7ca820845f1d666b73d8a5ba841cfcfb800f7b02")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:ef5e39918939494d10fa11f9546de5670d6d440c")
}
// replace NewPipe with BraveNewPipe in all strings.xml