GoogleChrome / android-browser-helper

The Android Browser Helper library helps developers use Custom Tabs and Trusted Web Activities on top of the AndroidX browser support library.
Apache License 2.0
694 stars 288 forks source link

Bump the `com.google.android.gms:play-services-location` version in `locationdelegation` #433

Closed andreban closed 1 year ago

andreban commented 1 year ago

com.google.android.gms:play-services-location, used by the Location Delegation feature, includes a a transient dependency to androidx.fragment (via play-services-base), which is causing the Play Store to create a warning for applications using android-browser-helper + locationdelegation saying they are using an outdated SDK. See https://github.com/GoogleChromeLabs/bubblewrap/issues/810 for details.

Bumping the play-services-location in locationdelegation to the latest version should fix the issue.

SharmaDhruv2511 commented 1 year ago

I just have to change the location to change the issue?