mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
BraveNewPipe Release 0.23.0-1.0.8
- [Bitchute] fix upload date of videos in search results - [Rumble] extract description of video - [Rumble] add channel search functionality
This commit is contained in:
parent
bd02dc8707
commit
73399c320f
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,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 = 10000
|
||||
def braveVersionCode = 11000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "1.0.7"
|
||||
def braveVersionName = "1.0.8"
|
||||
|
||||
brave {
|
||||
dimension 'default'
|
||||
|
@ -351,7 +351,7 @@ static String getGitWorkingBranch() {
|
|||
configurations.all {
|
||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
||||
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:8a717af7ce")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:3958d2786a")
|
||||
}
|
||||
|
||||
// replace NewPipe with BraveNewPipe in all strings.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue