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 do you used minSdkVersion=18? #75

Open
ftabashir opened this issue Jun 14, 2020 · 2 comments
Open

Why do you used minSdkVersion=18? #75

ftabashir opened this issue Jun 14, 2020 · 2 comments

Comments

@ftabashir
Copy link

ftabashir commented Jun 14, 2020

Why do you used minSdkVersion=18?
I need 16 and it seems that your library works with api level 16.

@ftabashir ftabashir changed the title Why you used minSdkVersion=18 Why do you used minSdkVersion=18? Jun 14, 2020
@Lezh1k
Copy link
Collaborator

Lezh1k commented Jun 15, 2020

I'm not sure about this. Something related location and it's accuracy.

@ftabashir
Copy link
Author

I found it. It was because you've used Location.getElapsedRealtimeNanos() which requires api level 17 and also Location.isFromMockProvider() which requires api level 18.

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