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

don't hardcode firebase dependencies versions #290

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

v1kku
Copy link

@v1kku v1kku commented Feb 16, 2017

If the play-services-base dependency version requirement is "soft", then so should the firebase dependencies as they all need to be on the same version so as not to get the Multiple dex files error.

@alexkendall
Copy link

+1

1 similar comment
@ducktype
Copy link

+1

@buhe
Copy link

buhe commented Mar 18, 2017

I set version at app gradle

configurations.all {
    resolutionStrategy {
        force 'com.google.android.gms:play-services-base:10.0.1'
        force 'com.google.android.gms:play-services-wallet:10.0.1'
    }
}

@MatthieuPeyrot
Copy link

+1

@bltnico
Copy link

bltnico commented Apr 10, 2017

👍

@baba43
Copy link

baba43 commented May 8, 2017

Please merge this +1

@ChristianFontes
Copy link

+1

@edencakir
Copy link

merge this please +1

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

Successfully merging this pull request may close these issues.

None yet

9 participants