Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
BraveNewPipe Release 0.23.3-2.1.3
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
evermind-zz committed Sep 6, 2023
1 parent 1f9b6d0 commit d3afa93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 20000
def braveVersionCode = 21000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.2" // -1 -[DIGIT] used as upstream NewPipe will not update.
def braveVersionName = "2.1.3" // -1 -[DIGIT] used as upstream NewPipe will not update.

brave {
dimension 'default'
Expand Down Expand Up @@ -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.2")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.3")
}

// replace NewPipe with BraveNewPipe in all strings.xml
Expand Down

0 comments on commit d3afa93

Please sign in to comment.