Skip to content

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.

9 participants