Skip to content

Commit

Permalink
BraveNewPipe Release 0.27.0-2.1.10
Browse files Browse the repository at this point in the history
- fix App update notification
- RUMBLE: fix extraction of subscribers
- fix: Peertube no longer accepts rumble channel urls
- BraveNewPipeLegacy: (Kitkat) use OsExt:osext-stat library within getFreeStorageSpace()
  • Loading branch information
evermind-zz committed May 5, 2024
1 parent d067ed1 commit edbc2b9
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 = 28000
def braveVersionCode = 29000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.9"
def braveVersionName = "2.1.10"

sponsorblock { // only for strings of sponsorblock stuff
dimension 'default'
Expand Down Expand Up @@ -407,7 +407,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.0-2.1.8")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.0-2.1.10")

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

0 comments on commit edbc2b9

Please sign in to comment.