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

Doesn't work with Firebase plugins because they use com.google.android.gms:play-services-location:15.+ #31

Closed
vagrantrobbie opened this issue Apr 20, 2018 · 1 comment

Comments

@vagrantrobbie
Copy link
Contributor

vagrantrobbie commented Apr 20, 2018

Is there a better way to set the gms version? Many of the Google plugins now use com.google.android.gms:play-services-location:15.+ which causes the app to crash when working with this plugin.

I have had to hard code the build.gradle implementation version for now to use the same as Firebase etc , eg

Was

dependencies {
    implementation 'com.google.android.gms:play-services-location:11.+'
}

Now

dependencies {
    implementation 'com.google.android.gms:play-services-location:15.+'
}
@natewilson
Copy link

Any reason flutterlocation shouldn't also be updated to 15.+?

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

3 participants