Set min Android version to Lollipop as versions below don't support TLS - which is required by almost all banks - out of the box but still have SSLv3 enabled by default
This commit is contained in:
parent
59e9aa22a3
commit
939f6ff49c
|
@ -38,7 +38,7 @@ ext {
|
|||
|
||||
androidBuildToolsVersion = "28.0.6"
|
||||
|
||||
androidMinSdkVersion = 16
|
||||
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
|
||||
|
||||
androidTargetSdkVersion = 28
|
||||
|
||||
|
|
Loading…
Reference in New Issue