mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-03 14:58:21 +03:00
BraveNewPipe Release 0.21.15-1.0.5
- sync with TeamNewPipe v0.21.15 - fix for Picasso to enable TLSv1.1/1.2 on KitKat devices. (fixes Rumble and media.ccc.de displaying of thumbnails) This fix will not be available in NewPipe see https://github.com/TeamNewPipe/NewPipe/pull/7350
This commit is contained in:
parent
80430881c6
commit
7f910556ef
1 changed files with 2 additions and 2 deletions
|
@ -73,10 +73,10 @@ android {
|
||||||
// the amount of trailing zeros depends on the amount of digits the
|
// the amount of trailing zeros depends on the amount of digits the
|
||||||
// defaultConfig.versionCode has -> we just prepend our increasing
|
// defaultConfig.versionCode has -> we just prepend our increasing
|
||||||
// versionCode before those zeros.
|
// versionCode before those zeros.
|
||||||
def braveVersionCode = 7000
|
def braveVersionCode = 8000
|
||||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||||
// We use major.minor.patch
|
// We use major.minor.patch
|
||||||
def braveVersionName = "1.0.4"
|
def braveVersionName = "1.0.5"
|
||||||
|
|
||||||
brave {
|
brave {
|
||||||
dimension 'default'
|
dimension 'default'
|
||||||
|
|
Loading…
Add table
Reference in a new issue