From fc5b0db0c5dc9ca1f0ff73a56cc36cd460bcfa29 Mon Sep 17 00:00:00 2001 From: evermind Date: Wed, 6 Sep 2023 12:00:00 +0200 Subject: [PATCH] BraveNewPipe Release 0.25.2-2.1.3 - RUMBLE: fix extraction of live view count in RumbleStreamExtractor - RUMBLE: fix extraction of view count in RumbleStreamExtractor - RUMBLE: fix the Trending Kiosk list to work with current Rumble - FRAMEWORK: make sure the items of the KioskList are ordered - BITCHUTE: workaround to provide precise date & time for videos from channel page. --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cadb54637..7256e5492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,10 +73,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 = 20000 + def braveVersionCode = 21000 // -> our versionName will be added as suffix to defaultConfig.versionName // We use major.minor.patch - def braveVersionName = "2.1.2" + def braveVersionName = "2.1.3" brave { dimension 'default' @@ -385,7 +385,7 @@ project.afterEvaluate { configurations.all { exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor' - project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.2") + project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.3") } // replace NewPipe with BraveNewPipe in all strings.xml