mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
BraveNewPipe Release 0.21.9-1.0.1
- sync with TeamNewPipe v0.21.9
This commit is contained in:
parent
1f0314d52e
commit
4476ab34fc
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ 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 = 2000
|
||||
def braveVersionCode = 3000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "1.0.1"
|
||||
|
@ -330,5 +330,5 @@ static String getGitWorkingBranch() {
|
|||
configurations.all {
|
||||
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
|
||||
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:43cf188155003f7686ba97da8a25dc5afb5f9ddb")
|
||||
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:7ca820845f1d666b73d8a5ba841cfcfb800f7b02")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue