mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +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
|
||||
// defaultConfig.versionCode has -> we just prepend our increasing
|
||||
// versionCode before those zeros.
|
||||
def braveVersionCode = 7000
|
||||
def braveVersionCode = 8000
|
||||
// -> our versionName will be added as suffix to defaultConfig.versionName
|
||||
// We use major.minor.patch
|
||||
def braveVersionName = "1.0.4"
|
||||
def braveVersionName = "1.0.5"
|
||||
|
||||
brave {
|
||||
dimension 'default'
|
||||
|
|
Loading…
Add table
Reference in a new issue