mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
BraveNewPipe Release 0.21.10-1.0.2
- sync with TeamNewPipe v0.21.10 - [Rumble] unescape titles for search/trending. Eg.: replace & with &. - [Rumble] changed default trending to be set to "Today's Battle Leaderboard Top 50";
This commit is contained in:
parent
e587eb49cc
commit
a07fdbda54
1 changed files with 3 additions and 3 deletions
|
@ -68,10 +68,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 = 3000
|
||||
def braveVersionCode = 4000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "1.0.1"
|
||||
def braveVersionName = "1.0.2"
|
||||
|
||||
brave {
|
||||
dimension 'default'
|
||||
|
@ -329,7 +329,7 @@ static String getGitWorkingBranch() {
|
|||
configurations.all {
|
||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
||||
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:7ca820845f1d666b73d8a5ba841cfcfb800f7b02")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:ef5e39918939494d10fa11f9546de5670d6d440c")
|
||||
}
|
||||
|
||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue