From 2661acd54bdee5b5f8e7596f7c89ba65aea2e153 Mon Sep 17 00:00:00 2001 From: evermind Date: Thu, 12 Jan 2023 23:03:48 +0100 Subject: [PATCH] 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 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0342c7515..8e3fa1f9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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