Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for Android 6 / Minimum SDK incompatible with Corona-Warn-App #17

Open
mlenkeit opened this issue Jun 30, 2021 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@mlenkeit
Copy link
Collaborator

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

@mlenkeit mlenkeit added the bug Something isn't working label Jun 30, 2021
@vaubaehn
Copy link

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

@oleksandrsarapulovgl
Copy link
Contributor

PR:
#47
#48
#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants