diff --git a/app/build.gradle b/app/build.gradle index 5f779dcc8..64807c598 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 = 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