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

[Enhancement proposal]: "minSdkVersion 16" Should Be Updated & Update Java Version #1628

Open
3 of 8 tasks
ErenKrkl opened this issue Jan 21, 2025 · 0 comments
Open
3 of 8 tasks

Comments

@ErenKrkl
Copy link

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

Proposal

The Geolocator Android configuration currently uses minSdkVersion 16, which results in the following error during the build process:

"uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.google.android.gms:play-services-location:21.2.0]"
Image

To resolve this issue, I manually updated the dependency to com.google.android.gms:play-services-location:21.3.0 and adjusted the minSdkVersion to 21, as required by this version. After these changes, the issue was resolved.

Image

I am also receiving several warning messages caused by the java version being used. Although these do not cause problems during compilation, it would be nice to be evaluated if an upgrade can be made

Image

Pitch

Users will successfully complete this process while receiving build on the android side.

Image

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

1 participant