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:
evermind 2021-12-25 23:56:04 +01:00
parent 80430881c6
commit 7f910556ef

View file

@ -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'