You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
Describe the bug
The
minSdk
version is currently set to26
which makes it incompatible with the Corona-Warn-App (CWA).dgc-certlogic-android/buildSrc/src/main/java/AppConfig.kt
Line 26 in 2d315b2
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
The text was updated successfully, but these errors were encountered: