Open mlenkeit opened 3 years ago
If this is not a blocker, you may even consider to set minSdk
to 21
to facilitate future implementation into CWA forks (CCTG) that also aim to provide compatibility for Android 5.0. There are still a lot of devices out there...
/cc @fynngodau
Describe the bug
The
minSdk
version is currently set to26
which makes it incompatible with the Corona-Warn-App (CWA).https://github.com/eu-digital-green-certificates/dgc-certlogic-android/blob/2d315b25eadd39573ba96a6bd77018362f9980e1/buildSrc/src/main/java/AppConfig.kt#L26
CWA needs to support Android 6, so we'll need SDK
23
.Expected behaviour
Support Android 6
Steps to reproduce the issue
n/a
Technical details
https://developer.android.com/about/versions/marshmallow/android-6.0
Possible Fix
Adjust
minSdk
Additional context
n/a