GoogleChrome/android-browser-helper

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

andreban opened this issue · 1 comments

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 GoogleChromeLabs/bubblewrap#810 for details.

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

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