Skip to content

Commit

Permalink
BraveNewPipe Release 0.27.2-2.3.1
Browse files Browse the repository at this point in the history
Some fixes from @Benau (thank you):
- RUMBLE: support video comments
- RUMBLE: Add channel description info
- RUMBLE: Fix rumble subscriber fetcher
  • Loading branch information
evermind-zz committed Sep 20, 2024
1 parent efc7b01 commit 39d3a9d
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 @@ -70,10 +70,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 = 34000
def braveVersionCode = 35000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.3.0"
def braveVersionName = "2.3.1"

sponsorblock { // only for strings of sponsorblock stuff
dimension 'default'
Expand Down Expand Up @@ -411,7 +411,7 @@ project.getDependencies().implementation("com.squareup.okhttp3:okhttp-urlconnect
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'

project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.2-2.2.1")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.2-2.2.3")

if (it.getName().contains("braveLegacy") || it.getName().contains("BraveLegacy")) {
resolutionStrategy.dependencySubstitution {
Expand Down

0 comments on commit 39d3a9d

Please sign in to comment.