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

A suggestion to update the minSdk #24

Closed
Husseinhj opened this issue Jun 28, 2022 · 2 comments
Closed

A suggestion to update the minSdk #24

Husseinhj opened this issue Jun 28, 2022 · 2 comments

Comments

@Husseinhj
Copy link

Is there any particular reason for adding minSdk = 24?

The application worked with minSdk = 21. Is it possible to change the minSdk version?

@techinessoverloaded
Copy link
Owner

techinessoverloaded commented Jul 4, 2022

Is there any particular reason for adding minSdk = 24?

The application worked with minSdk = 21. Is it possible to change the minSdk version?

Hi, The main reason why 24 was chosen as the minSdk version is because, some Android SDK Components which are used in the library have a minSdk version of 23 or so. And also, Android's own ProgressDialog component was depcrecated in API Level 26 and hence my aim was to offer a similar component to Android developers, and hence I kept the minSdk as 24, which is 2 versions behind 26.

@techinessoverloaded
Copy link
Owner

I do find it odd to know that it is working in API Level 21. I will check if I had declared the minSdk = 24 in the wrong place. A library module works differently as compared to App module. But, I would still recommend you to use it in apps which have minSdk as 24 or above, in order to avoid bugs.

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