Closed boldtrn closed 1 year ago
After some more investigation, it seems that we get v16 from the upstream maplibre-sdk, we should probably update the version upstream.
This has been fixed upstream, once there is a new release, we can update this lib here as well.
Ref: https://github.com/maplibre/maplibre-gl-native/pull/627
The current dependency
com.google.android.gms:play-services-location:16.0.0
is quite old, we should update this dependency.I tried this, but somehow it did not work. Not sure where this comes from
'com.google.android.gms:play-services-location:{strictly 16.0.0}' because of the following reason: debugRuntimeClasspath uses version 16.0.0
, when you change 16.0.0 to 21.0.1 there is no v16 defined in the project anymore.