You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carefully read the documentation and verified I have added the required platform specific configuration.
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]"
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.
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
Pitch
Users will successfully complete this process while receiving build on the android side.
The text was updated successfully, but these errors were encountered:
Please check the following before submitting a new issue.
Please select affected platform(s)
Proposal
The
Geolocator
Android configuration currently usesminSdkVersion
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]"
To resolve this issue, I manually updated the dependency to
com.google.android.gms:play-services-location:21.3.0
and adjusted theminSdkVersion
to 21, as required by this version. After these changes, the issue was resolved.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
Pitch
Users will successfully complete this process while receiving build on the android side.
The text was updated successfully, but these errors were encountered: