mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
BraveNewPipe Release 0.25.2-2.1.1
- merge with NewPipe 0.25.2
This commit is contained in:
parent
d09783e0ab
commit
f8e2b23988
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ 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 = 18000
|
def braveVersionCode = 19000
|
||||||
// -> 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.1"
|
def braveVersionName = "2.1.1"
|
||||||
|
@ -385,7 +385,7 @@ project.afterEvaluate {
|
||||||
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:f9111e3f0813cffb271ce9dd8fd0252c1ce0fbe4")
|
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue