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:
dankito 2020-10-23 01:17:36 +02:00
parent 59e9aa22a3
commit 939f6ff49c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ext {
androidBuildToolsVersion = "28.0.6"
androidMinSdkVersion = 16
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
androidTargetSdkVersion = 28