mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
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:
parent
12eca050f5
commit
359e30da07
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue