Describe the bug
The minSdk version is currently set to 26 which makes it incompatible with the Corona-Warn-App (CWA).
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
Describe the bug
The
minSdkversion is currently set to26which 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
minSdkAdditional context
n/a