react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

don't hardcode firebase dependencies versions

Open v1kku opened this issue 8 years ago • 8 comments

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.

v1kku avatar Feb 16 '17 13:02 v1kku

+1

alexkendall avatar Feb 22 '17 20:02 alexkendall

+1

ducktype avatar Mar 11 '17 18:03 ducktype

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

buhe avatar Mar 18 '17 10:03 buhe

+1

MatthieuPeyrot avatar Mar 22 '17 15:03 MatthieuPeyrot

👍

bltnico avatar Apr 10 '17 08:04 bltnico

Please merge this +1

baba43 avatar May 08 '17 07:05 baba43

+1

ChristianFontes avatar May 09 '17 14:05 ChristianFontes

merge this please +1

edencakir avatar May 22 '17 06:05 edencakir