From 73399c320f9176f932f66b71ff89b794f4dbaa5f Mon Sep 17 00:00:00 2001 From: evermind Date: Sun, 8 May 2022 00:19:44 +0200 Subject: [PATCH] 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 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f779dcc83e..64807c598d0 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 = 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