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.2
Browse files Browse the repository at this point in the history
- RUMBLE: fix getting video size for Rumble as they no longer support HEAD (discovered 20230203)
- Rumble: RumbleStreamRelatedInfoItemExtractor: if video marked as DVR -> no duration available
  • Loading branch information
evermind-zz committed Feb 7, 2023
1 parent e2b1253 commit 5956ffe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ plugins {
}

android {
compileSdk 31
buildToolsVersion '31.0.0'
compileSdk 32

defaultConfig {
applicationId "org.schabi.newpipe"
Expand Down Expand Up @@ -72,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 = 12000
def braveVersionCode = 15000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "1.1.0"
def braveVersionName = "2.0.2"

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

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

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

0 comments on commit 5956ffe

Please sign in to comment.