From 1c36e19e88fc5e9447feabd75570b183eff6834c Mon Sep 17 00:00:00 2001 From: evermind Date: Wed, 30 Aug 2023 16:20:46 +0200 Subject: [PATCH] BraveNewPipe Release 0.23.3-2.1.2 - Bitchute: fix upload date extraction for streams --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9555ca630..0989c58fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 = 19000 + def braveVersionCode = 20000 // -> our versionName will be added as suffix to defaultConfig.versionName // We use major.minor.patch - def braveVersionName = "2.1.1-2" // -[DIGIT] used as upstream NewPipe will not update. + def braveVersionName = "2.1.2" // -1 -[DIGIT] used as upstream NewPipe will not update. brave { dimension 'default' @@ -359,7 +359,7 @@ static String getGitWorkingBranch() { configurations.all { exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor' - project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.1") + project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.2") } // replace NewPipe with BraveNewPipe in all strings.xml