mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
BraveNewPipe Release 0.27.0-2.1.10
- 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()
This commit is contained in:
parent
d067ed1798
commit
edbc2b9761
1 changed files with 3 additions and 3 deletions
|
@ -70,10 +70,10 @@ android {
|
||||||
// the amount of trailing zeros depends on the amount of digits the
|
// the amount of trailing zeros depends on the amount of digits the
|
||||||
// defaultConfig.versionCode has -> we just prepend our increasing
|
// defaultConfig.versionCode has -> we just prepend our increasing
|
||||||
// versionCode before those zeros.
|
// versionCode before those zeros.
|
||||||
def braveVersionCode = 28000
|
def braveVersionCode = 29000
|
||||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||||
// We use major.minor.patch
|
// We use major.minor.patch
|
||||||
def braveVersionName = "2.1.9"
|
def braveVersionName = "2.1.10"
|
||||||
|
|
||||||
sponsorblock { // only for strings of sponsorblock stuff
|
sponsorblock { // only for strings of sponsorblock stuff
|
||||||
dimension 'default'
|
dimension 'default'
|
||||||
|
@ -407,7 +407,7 @@ project.getDependencies().implementation("com.squareup.okhttp3:okhttp-urlconnect
|
||||||
configurations.all {
|
configurations.all {
|
||||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
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")) {
|
if (it.getName().contains("braveLegacy") || it.getName().contains("BraveLegacy")) {
|
||||||
resolutionStrategy.dependencySubstitution {
|
resolutionStrategy.dependencySubstitution {
|
||||||
|
|
Loading…
Add table
Reference in a new issue