BraveNewPipe Release 0.27.0-2.1.9

- sync NewPipe 0.27.0
- Legacy (Kitkat) flavor: only allow low resolution seekbar thumbnails
  to prevent OutOfMemoryError
This commit is contained in:
evermind 2024-04-26 00:40:41 +02:00
parent 12eca050f5
commit 359e30da07

View file

@ -70,7 +70,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 = 27000
def braveVersionCode = 28000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.1.9"
@ -400,13 +400,13 @@ project.afterEvaluate {
// keep the changed dependencies for BraveNewPipe more
// separate in hope of not getting to many merge conflicts
def okHttpVersion = "4.11.0"
def okHttpVersion = "4.12.0"
// for JavaNetCookieJar see https://github.com/bravenewpipe/NewPipeExtractor/issues/123
project.getDependencies().implementation("com.squareup.okhttp3:okhttp-urlconnection:${okHttpVersion}")
configurations.all {
exclude group: 'com.github.TeamNewPipe', module: 'NewPipeExtractor'
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.23.1-2.1.8")
project.getDependencies().implementation("com.github.bravenewpipe:NewPipeExtractor:v0.24.0-2.1.8")
if (it.getName().contains("braveLegacy") || it.getName().contains("BraveLegacy")) {
resolutionStrategy.dependencySubstitution {