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.0.3
Browse files Browse the repository at this point in the history
- Support audio only background for services only supporting video streams
- make chip dialog the default search filter dialog
- sync NewPipeExtractor with corresponding commit from v0.25.0
  • Loading branch information
evermind-zz committed Feb 10, 2023
1 parent 79fb230 commit ce78e90
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 @@ -71,10 +71,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 = 15000
def braveVersionCode = 16000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.0.2"
def braveVersionName = "2.0.3"

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

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:b6b2b759e")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:0a15356a8")
}

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

0 comments on commit ce78e90

Please sign in to comment.