Skip to content

Commit

Permalink
BraveNewPipe Release 0.22.2-1.0.6
Browse files Browse the repository at this point in the history
- sync with TeamNewPipe v0.22.2
- fix rumble video ids
  • Loading branch information
evermind-zz committed Apr 15, 2022
1 parent 1d6d3cb commit c5a6a29
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 = 8000
def braveVersionCode = 9000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "1.0.5"
def braveVersionName = "1.0.6"

brave {
dimension 'default'
Expand Down Expand Up @@ -336,7 +336,7 @@ static String getGitWorkingBranch() {
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:801dfd67a8757e95859ba8571ae3829fbaafe23d")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:f5a25fc422d5a9c510acf59c194b4155497e9937")
}

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

0 comments on commit c5a6a29

Please sign in to comment.