diff --git a/app/build.gradle b/app/build.gradle index f92c5a6b5..702b436ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 = 22000 + def braveVersionCode = 23000 // -> our versionName will be added as suffix to defaultConfig.versionName // We use major.minor.patch - def braveVersionName = "2.1.4" // -1 -[DIGIT] used as upstream NewPipe will not update. + def braveVersionName = "2.1.5" // -1 -[DIGIT] used as upstream NewPipe will not update. brave { dimension 'default' @@ -359,7 +359,7 @@ static String getGitWorkingBranch() { configurations.all { exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor' - project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.4") + project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.22.7-2.1.5") } // replace NewPipe with BraveNewPipe in all strings.xml