BraveNewPipe Release 0.21.9-1.0.1

- sync with TeamNewPipe v0.21.9
This commit is contained in:
evermind 2021-08-25 07:48:15 +02:00
parent 1f0314d52e
commit 4476ab34fc

View file

@ -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")
}