Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

don't hardcode firebase dependencies versions #290

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

Open
v1kku wants to merge 1 commit into fullstackreact:v3
base: v3
Choose a base branch
Loading
from v1kku:fix/dep-versions

Conversation

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.

BlakeRxxk, greena13, buhe, jdmunro, bltnico, baba43, edencakir, and stuartlangridge reacted with thumbs up emoji
Copy link

+1

1 similar comment
Copy link

+1

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'
 }
}

Copy link

+1

Copy link

bltnico commented Apr 10, 2017

👍

Copy link

baba43 commented May 8, 2017

Please merge this +1

Copy link

+1

Copy link

merge this please +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /