Skip to content

Commit

Permalink
BraveNewPipe Release 0.25.2-2.1.2
Browse files Browse the repository at this point in the history
- Bitchute: fix upload date extraction for streams
- fix possible crash on Download Dialog if there are no steams yet
  • Loading branch information
evermind-zz committed Aug 30, 2023
1 parent 0d90769 commit 0d43b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -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 = 19000
def braveVersionCode = 20000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.1"
def braveVersionName = "2.1.2"

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

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

0 comments on commit 0d43b24

Please sign in to comment.