Skip to content

Commit

Permalink
BraveNewPipe Release 0.23.0-1.0.8
Browse files Browse the repository at this point in the history
- [Bitchute] fix upload date of videos in search results
- [Rumble] extract description of video
- [Rumble] add channel search functionality
  • Loading branch information
evermind-zz committed May 8, 2022
1 parent bd02dc8 commit 73399c3
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 = 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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 73399c3

Please sign in to comment.