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

Why does the Android SDK need to be at least 26? #3

Closed
gaishimo opened this issue Oct 9, 2021 · 5 comments
Closed

Why does the Android SDK need to be at least 26? #3

gaishimo opened this issue Oct 9, 2021 · 5 comments

Comments

@gaishimo
Copy link

gaishimo commented Oct 9, 2021

Thank you for providing this great library!

I have a question. Why does the Android SDK need to be at least 26 to use this? That means we cannot support android 7 and below. If you have a reason, could you please tell me?

@gaishimo gaishimo changed the title Why does the Android SDK need to be at least 26? Why does the Android SDK need to be at least 26 ? Oct 9, 2021
@gaishimo gaishimo changed the title Why does the Android SDK need to be at least 26 ? Why does the Android SDK need to be at least 26? Oct 9, 2021
@gaishimo
Copy link
Author

gaishimo commented Oct 9, 2021

I might have understood. Is that because java.util.base64 is not supported at Nougat and below?

@craftzdog
Copy link
Owner

@gaishimo
Copy link
Author

gaishimo commented Oct 9, 2021

@craftzdog We might run even on the old versions without problem if using android.util.Base64.

Do you plan to support the old versions If I make a pull request of that and it works?

@craftzdog
Copy link
Owner

No, because I don't feel like taking care of the obsolete versions. The market share of Android 7 is < 7% now, which is not my main target.

@gaishimo
Copy link
Author

OK:+1: Thanks for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants