From a07fdbda544ab074b5174cc72410b8395e98355e Mon Sep 17 00:00:00 2001 From: evermind Date: Wed, 22 Sep 2021 09:11:55 +0200 Subject: [PATCH] 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"; --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3b5aeacd9..94ba72dd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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